Html Css Color HEX #2F551B Palm Leaf

📋 copy color: '#2F551B'

red 47 ◦ green 85 ◦ blue 27

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

Shades of Palm Leaf #2F551B

Tints of Palm Leaf #2F551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.46%

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 29.56%
G = 53.46%
B = 16.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#2F551B (or 0x2F551B) is known color: Palm Leaf. HEX triplet: 2F, 55 and 1B. RGB value is (47,85,27). Sum of RGB (Red+Green+Blue) = 47+85+27=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #2F551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F551B is #D0AAE4. Grayscale: #434343. Windows color (decimal): -13675237 or 1791279. OLE color: 1791279.

HSL color Cylindrical-coordinate representation of color #2F551B: hue angle of 99.31º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F551B is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 27 -
CMYK 0.45 0 0.68 0.67
HSL 99.31º 0.52% 0.22% -
HSV(B) 99.31º 0.68% 0.33% -
XYZ 4.62 7.18 2.18 -
YUV 67.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 47 85 27 0.45 0 0.68 0.67 99.31 0.52 0.22
Hex 2F 55 1B 2D 0 44 43 63 34 16
Octal 57 125 33 55 0 104 103 143 64 26
Binary 101111 1010101 11011 101101 0 1000100 1000011 1100011 110100 10110

Color Harmonies of #2F551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F551B

Black with #2F551B

Text Example


Text Example

White with #2F551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,85,27); }

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

background-color css

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

 a { background-color: rgb(47,85,27); }

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

border-color css

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

 span { border-color: rgb(47,85,27); }

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