Html Css Color HEX #254008 Pine Tree

📋 copy color: '#254008'

red 37 ◦ green 64 ◦ blue 8

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

Shades of Pine Tree #254008

Tints of Pine Tree #254008

RGB

 RED value IS 37 (14.84% from 255) = 33.94%

 GREEN value IS 64 (25.39% from 255) = 58.72%

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 33.94%
G = 58.72%
B = 7.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#254008 (or 0x254008) is known color: Pine Tree. HEX triplet: 25, 40 and 08. RGB value is (37,64,8). Sum of RGB (Red+Green+Blue) = 37+64+8=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #254008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254008 is #DABFF7. Grayscale: #313131. Windows color (decimal): -14335992 or 540709. OLE color: 540709.

HSL color Cylindrical-coordinate representation of color #254008: hue angle of 88.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #254008 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 8 -
CMYK 0.42 0 0.87 0.75
HSL 88.93º 0.78% 0.14% -
HSV(B) 88.93º 0.88% 0.25% -
XYZ 2.64 4.08 0.88 -
YUV 49.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 37 64 8 0.42 0 0.87 0.75 88.93 0.78 0.14
Hex 25 40 8 2A 0 57 4B 59 4E E
Octal 45 100 10 52 0 127 113 131 116 16
Binary 100101 1000000 1000 101010 0 1010111 1001011 1011001 1001110 1110

Color Harmonies of #254008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254008

Black with #254008

Text Example


Text Example

White with #254008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254008; }

 p { color: rgb(37,64,8); }

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

background-color css

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

 a { background-color: rgb(37,64,8); }

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

border-color css

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

 span { border-color: rgb(37,64,8); }

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