Html Css Color HEX #25370C Pine Tree

📋 copy color: '#25370C'

red 37 ◦ green 55 ◦ blue 12

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

Shades of Pine Tree #25370C

Tints of Pine Tree #25370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 52.88%

 BLUE value IS 12 (5.08% from 255) = 11.54%

R = 35.58%
G = 52.88%
B = 11.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#25370C (or 0x25370C) is known color: Pine Tree. HEX triplet: 25, 37 and 0C. RGB value is (37,55,12). Sum of RGB (Red+Green+Blue) = 37+55+12=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #25370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25370C is #DAC8F3. Grayscale: #2C2C2C. Windows color (decimal): -14338292 or 800549. OLE color: 800549.

HSL color Cylindrical-coordinate representation of color #25370C: hue angle of 85.12º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25370C is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 55 12 -
CMYK 0.33 0 0.78 0.78
HSL 85.12º 0.64% 0.13% -
HSV(B) 85.12º 0.78% 0.22% -
XYZ 2.2 3.15 0.84 -
YUV 44.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 37 55 12 0.33 0 0.78 0.78 85.12 0.64 0.13
Hex 25 37 C 21 0 4E 4E 55 40 D
Octal 45 67 14 41 0 116 116 125 100 15
Binary 100101 110111 1100 100001 0 1001110 1001110 1010101 1000000 1101

Color Harmonies of #25370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25370C

Black with #25370C

Text Example


Text Example

White with #25370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25370C; }

 p { color: rgb(37,55,12); }

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

background-color css

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

 a { background-color: rgb(37,55,12); }

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

border-color css

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

 span { border-color: rgb(37,55,12); }

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