Html Css Color HEX #2F4C2B Palm Leaf

📋 copy color: '#2F4C2B'

red 47 ◦ green 76 ◦ blue 43

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

Shades of Palm Leaf #2F4C2B

Tints of Palm Leaf #2F4C2B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.78%

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 28.31%
G = 45.78%
B = 25.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#2F4C2B (or 0x2F4C2B) is known color: Palm Leaf. HEX triplet: 2F, 4C and 2B. RGB value is (47,76,43). Sum of RGB (Red+Green+Blue) = 47+76+43=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4C2B is #D0B3D4. Grayscale: #3F3F3F. Windows color (decimal): -13677525 or 2837551. OLE color: 2837551.

HSL color Cylindrical-coordinate representation of color #2F4C2B: hue angle of 112.73º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4C2B is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 76 43 -
CMYK 0.38 0 0.43 0.70
HSL 112.73º 0.28% 0.23% -
HSV(B) 112.73º 0.43% 0.3% -
XYZ 4.19 5.95 3.21 -
YUV 63.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 47 76 43 0.38 0 0.43 0.70 112.73 0.28 0.23
Hex 2F 4C 2B 26 0 2B 46 71 1C 17
Octal 57 114 53 46 0 53 106 161 34 27
Binary 101111 1001100 101011 100110 0 101011 1000110 1110001 11100 10111

Color Harmonies of #2F4C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4C2B

Black with #2F4C2B

Text Example


Text Example

White with #2F4C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,76,43); }

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

background-color css

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

 a { background-color: rgb(47,76,43); }

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

border-color css

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

 span { border-color: rgb(47,76,43); }

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