Html Css Color HEX #254007 Pine Tree

📋 copy color: '#254007'

red 37 ◦ green 64 ◦ blue 7

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

Shades of Pine Tree #254007

Tints of Pine Tree #254007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.48%

R = 34.26%
G = 59.26%
B = 6.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#254007 (or 0x254007) is known color: Pine Tree. HEX triplet: 25, 40 and 07. RGB value is (37,64,7). Sum of RGB (Red+Green+Blue) = 37+64+7=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #254007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254007 is #DABFF8. Grayscale: #313131. Windows color (decimal): -14335993 or 475173. OLE color: 475173.

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

Color convert

RGB 37 64 7 -
CMYK 0.42 0 0.89 0.75
HSL 88.42º 0.8% 0.14% -
HSV(B) 88.42º 0.89% 0.25% -
XYZ 2.63 4.08 0.85 -
YUV 49.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 37 64 7 0.42 0 0.89 0.75 88.42 0.8 0.14
Hex 25 40 7 2A 0 59 4B 58 50 E
Octal 45 100 7 52 0 131 113 130 120 16
Binary 100101 1000000 111 101010 0 1011001 1001011 1011000 1010000 1110

Color Harmonies of #254007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254007

Black with #254007

Text Example


Text Example

White with #254007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254007; }

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

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

background-color css

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

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

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

border-color css

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

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

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