Html Css Color HEX #2F6013 Palm Leaf

📋 copy color: '#2F6013'

red 47 ◦ green 96 ◦ blue 19

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

Shades of Palm Leaf #2F6013

Tints of Palm Leaf #2F6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 29.01%
G = 59.26%
B = 11.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#2F6013 (or 0x2F6013) is known color: Palm Leaf. HEX triplet: 2F, 60 and 13. RGB value is (47,96,19). Sum of RGB (Red+Green+Blue) = 47+96+19=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6013 is #D09FEC. Grayscale: #484848. Windows color (decimal): -13672429 or 1269807. OLE color: 1269807.

HSL color Cylindrical-coordinate representation of color #2F6013: hue angle of 98.18º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6013 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 19 -
CMYK 0.51 0 0.80 0.62
HSL 98.18º 0.67% 0.23% -
HSV(B) 98.18º 0.8% 0.38% -
XYZ 5.47 9.02 2.07 -
YUV 72.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 47 96 19 0.51 0 0.80 0.62 98.18 0.67 0.23
Hex 2F 60 13 33 0 50 3E 62 43 17
Octal 57 140 23 63 0 120 76 142 103 27
Binary 101111 1100000 10011 110011 0 1010000 111110 1100010 1000011 10111

Color Harmonies of #2F6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6013

Black with #2F6013

Text Example


Text Example

White with #2F6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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