Html Css Color HEX #2F600C Palm Leaf

📋 copy color: '#2F600C'

red 47 ◦ green 96 ◦ blue 12

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

Shades of Palm Leaf #2F600C

Tints of Palm Leaf #2F600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.94%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 30.32%
G = 61.94%
B = 7.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#2F600C (or 0x2F600C) is known color: Palm Leaf. HEX triplet: 2F, 60 and 0C. RGB value is (47,96,12). Sum of RGB (Red+Green+Blue) = 47+96+12=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #2F600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F600C is #D09FF3. Grayscale: #484848. Windows color (decimal): -13672436 or 811055. OLE color: 811055.

HSL color Cylindrical-coordinate representation of color #2F600C: hue angle of 95º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F600C is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 12 -
CMYK 0.51 0 0.88 0.62
HSL 95º 0.78% 0.21% -
HSV(B) 95º 0.88% 0.38% -
XYZ 5.42 9 1.8 -
YUV 71.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 47 96 12 0.51 0 0.88 0.62 95 0.78 0.21
Hex 2F 60 C 33 0 58 3E 5F 4E 15
Octal 57 140 14 63 0 130 76 137 116 25
Binary 101111 1100000 1100 110011 0 1011000 111110 1011111 1001110 10101

Color Harmonies of #2F600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F600C

Black with #2F600C

Text Example


Text Example

White with #2F600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,96,12); }

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

background-color css

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

 a { background-color: rgb(47,96,12); }

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

border-color css

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

 span { border-color: rgb(47,96,12); }

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