Html Css Color HEX #2F512B Palm Leaf

📋 copy color: '#2F512B'

red 47 ◦ green 81 ◦ blue 43

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

Shades of Palm Leaf #2F512B

Tints of Palm Leaf #2F512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.37%

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

R = 27.49%
G = 47.37%
B = 25.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#2F512B (or 0x2F512B) is known color: Palm Leaf. HEX triplet: 2F, 51 and 2B. RGB value is (47,81,43). Sum of RGB (Red+Green+Blue) = 47+81+43=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #2F512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F512B is #D0AED4. Grayscale: #424242. Windows color (decimal): -13676245 or 2838831. OLE color: 2838831.

HSL color Cylindrical-coordinate representation of color #2F512B: hue angle of 113.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F512B is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 81 43 -
CMYK 0.42 0 0.47 0.68
HSL 113.68º 0.31% 0.24% -
HSV(B) 113.68º 0.47% 0.32% -
XYZ 4.55 6.66 3.33 -
YUV 66.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 47 81 43 0.42 0 0.47 0.68 113.68 0.31 0.24
Hex 2F 51 2B 2A 0 2F 44 72 1F 18
Octal 57 121 53 52 0 57 104 162 37 30
Binary 101111 1010001 101011 101010 0 101111 1000100 1110010 11111 11000

Color Harmonies of #2F512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F512B

Black with #2F512B

Text Example


Text Example

White with #2F512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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