Html Css Color HEX #25420A Pine Tree

📋 copy color: '#25420A'

red 37 ◦ green 66 ◦ blue 10

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

Shades of Pine Tree #25420A

Tints of Pine Tree #25420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 58.41%

 BLUE value IS 10 (4.3% from 255) = 8.85%

R = 32.74%
G = 58.41%
B = 8.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#25420A (or 0x25420A) is known color: Pine Tree. HEX triplet: 25, 42 and 0A. RGB value is (37,66,10). Sum of RGB (Red+Green+Blue) = 37+66+10=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #25420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25420A is #DABDF5. Grayscale: #333333. Windows color (decimal): -14335478 or 672293. OLE color: 672293.

HSL color Cylindrical-coordinate representation of color #25420A: hue angle of 91.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25420A is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 66 10 -
CMYK 0.44 0 0.85 0.74
HSL 91.07º 0.74% 0.15% -
HSV(B) 91.07º 0.85% 0.26% -
XYZ 2.77 4.31 0.97 -
YUV 50.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 37 66 10 0.44 0 0.85 0.74 91.07 0.74 0.15
Hex 25 42 A 2C 0 55 4A 5B 4A F
Octal 45 102 12 54 0 125 112 133 112 17
Binary 100101 1000010 1010 101100 0 1010101 1001010 1011011 1001010 1111

Color Harmonies of #25420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25420A

Black with #25420A

Text Example


Text Example

White with #25420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25420A; }

 p { color: rgb(37,66,10); }

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

background-color css

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

 a { background-color: rgb(37,66,10); }

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

border-color css

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

 span { border-color: rgb(37,66,10); }

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