Html Css Color HEX #2F843C Japanese Laurel

📋 copy color: '#2F843C'

red 47 ◦ green 132 ◦ blue 60

#2F843C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #2F843C

Tints of Japanese Laurel #2F843C

RGB

 RED value IS 47 (18.75% from 255) = 19.67%

 GREEN value IS 132 (51.95% from 255) = 55.23%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 19.67%
G = 55.23%
B = 25.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2F843C (or 0x2F843C) is known color: Japanese Laurel. HEX triplet: 2F, 84 and 3C. RGB value is (47,132,60). Sum of RGB (Red+Green+Blue) = 47+132+60=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #2F843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F843C is #D07BC3. Grayscale: #626262. Windows color (decimal): -13663172 or 3965999. OLE color: 3965999.

HSL color Cylindrical-coordinate representation of color #2F843C: hue angle of 129.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F843C is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 132 60 -
CMYK 0.64 0 0.55 0.48
HSL 129.18º 0.47% 0.35% -
HSV(B) 129.18º 0.64% 0.52% -
XYZ 10.24 17.43 7.1 -
YUV 98.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 47 132 60 0.64 0 0.55 0.48 129.18 0.47 0.35
Hex 2F 84 3C 40 0 37 30 81 2F 23
Octal 57 204 74 100 0 67 60 201 57 43
Binary 101111 10000100 111100 1000000 0 110111 110000 10000001 101111 100011

Color Harmonies of #2F843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F843C

Black with #2F843C

Text Example


Text Example

White with #2F843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F843C; }

 p { color: rgb(47,132,60); }

 H1.HeaderClassName
 {
   color: #2F843C;
 }
 .AnyTagClassName
 {
   color: #2F843C;
 }
</style>

background-color css

<style>
 a { background-color: #2F843C; }

 a { background-color: rgb(47,132,60); }

 div.DivClassName
 {
   background-color: #2F843C;
 }
 .BgClassName
 {
   background-color: #2F843C;
 }
</style>

border-color css

<style>
 span { border-color: #2F843C; }

 span { border-color: rgb(47,132,60); }

 td.TdClassName
 {
   border-color: #2F843C;
 }
 .TagClassName
 {
   border-color: #2F843C;
 }
</style>