Html Css Color HEX #2F5B10 Palm Leaf

📋 copy color: '#2F5B10'

red 47 ◦ green 91 ◦ blue 16

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

Shades of Palm Leaf #2F5B10

Tints of Palm Leaf #2F5B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 59.09%

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 30.52%
G = 59.09%
B = 10.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#2F5B10 (or 0x2F5B10) is known color: Palm Leaf. HEX triplet: 2F, 5B and 10. RGB value is (47,91,16). Sum of RGB (Red+Green+Blue) = 47+91+16=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5B10 is #D0A4EF. Grayscale: #454545. Windows color (decimal): -13673712 or 1071919. OLE color: 1071919.

HSL color Cylindrical-coordinate representation of color #2F5B10: hue angle of 95.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F5B10 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 91 16 -
CMYK 0.48 0 0.82 0.64
HSL 95.2º 0.7% 0.21% -
HSV(B) 95.2º 0.82% 0.36% -
XYZ 5.01 8.12 1.79 -
YUV 69.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 47 91 16 0.48 0 0.82 0.64 95.2 0.7 0.21
Hex 2F 5B 10 30 0 52 40 5F 46 15
Octal 57 133 20 60 0 122 100 137 106 25
Binary 101111 1011011 10000 110000 0 1010010 1000000 1011111 1000110 10101

Color Harmonies of #2F5B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5B10

Black with #2F5B10

Text Example


Text Example

White with #2F5B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,91,16); }

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

background-color css

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

 a { background-color: rgb(47,91,16); }

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

border-color css

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

 span { border-color: rgb(47,91,16); }

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