Html Css Color HEX #25400C Pine Tree

📋 copy color: '#25400C'

red 37 ◦ green 64 ◦ blue 12

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

Shades of Pine Tree #25400C

Tints of Pine Tree #25400C

RGB

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

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

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

R = 32.74%
G = 56.64%
B = 10.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#25400C (or 0x25400C) is known color: Pine Tree. HEX triplet: 25, 40 and 0C. RGB value is (37,64,12). Sum of RGB (Red+Green+Blue) = 37+64+12=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #25400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25400C is #DABFF3. Grayscale: #323232. Windows color (decimal): -14335988 or 802853. OLE color: 802853.

HSL color Cylindrical-coordinate representation of color #25400C: hue angle of 91.15º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25400C is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 12 -
CMYK 0.42 0 0.81 0.75
HSL 91.15º 0.68% 0.15% -
HSV(B) 91.15º 0.81% 0.25% -
XYZ 2.66 4.09 1 -
YUV 50 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 37 64 12 0.42 0 0.81 0.75 91.15 0.68 0.15
Hex 25 40 C 2A 0 51 4B 5B 44 F
Octal 45 100 14 52 0 121 113 133 104 17
Binary 100101 1000000 1100 101010 0 1010001 1001011 1011011 1000100 1111

Color Harmonies of #25400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25400C

Black with #25400C

Text Example


Text Example

White with #25400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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