Html Css Color HEX #2F4923 Palm Leaf

📋 copy color: '#2F4923'

red 47 ◦ green 73 ◦ blue 35

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

Shades of Palm Leaf #2F4923

Tints of Palm Leaf #2F4923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 30.32%
G = 47.1%
B = 22.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#2F4923 (or 0x2F4923) is known color: Palm Leaf. HEX triplet: 2F, 49 and 23. RGB value is (47,73,35). Sum of RGB (Red+Green+Blue) = 47+73+35=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4923 is #D0B6DC. Grayscale: #3D3D3D. Windows color (decimal): -13678301 or 2312495. OLE color: 2312495.

HSL color Cylindrical-coordinate representation of color #2F4923: hue angle of 101.05º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F4923 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 35 -
CMYK 0.36 0 0.52 0.71
HSL 101.05º 0.35% 0.21% -
HSV(B) 101.05º 0.52% 0.29% -
XYZ 3.86 5.49 2.45 -
YUV 60.89 113.39 118.09 -
System Red Green Blue C M Y K H S L
Decimal 47 73 35 0.36 0 0.52 0.71 101.05 0.35 0.21
Hex 2F 49 23 24 0 34 47 65 23 15
Octal 57 111 43 44 0 64 107 145 43 25
Binary 101111 1001001 100011 100100 0 110100 1000111 1100101 100011 10101

Color Harmonies of #2F4923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4923

Black with #2F4923

Text Example


Text Example

White with #2F4923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,35); }

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

background-color css

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

 a { background-color: rgb(47,73,35); }

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

border-color css

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

 span { border-color: rgb(47,73,35); }

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