Html Css Color HEX #25390C Pine Tree

📋 copy color: '#25390C'

red 37 ◦ green 57 ◦ blue 12

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

Shades of Pine Tree #25390C

Tints of Pine Tree #25390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 53.77%

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

R = 34.91%
G = 53.77%
B = 11.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#25390C (or 0x25390C) is known color: Pine Tree. HEX triplet: 25, 39 and 0C. RGB value is (37,57,12). Sum of RGB (Red+Green+Blue) = 37+57+12=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #25390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25390C is #DAC6F3. Grayscale: #2E2E2E. Windows color (decimal): -14337780 or 801061. OLE color: 801061.

HSL color Cylindrical-coordinate representation of color #25390C: hue angle of 86.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25390C is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 57 12 -
CMYK 0.35 0 0.79 0.78
HSL 86.67º 0.65% 0.14% -
HSV(B) 86.67º 0.79% 0.22% -
XYZ 2.29 3.35 0.87 -
YUV 45.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 37 57 12 0.35 0 0.79 0.78 86.67 0.65 0.14
Hex 25 39 C 23 0 4F 4E 57 41 E
Octal 45 71 14 43 0 117 116 127 101 16
Binary 100101 111001 1100 100011 0 1001111 1001110 1010111 1000001 1110

Color Harmonies of #25390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25390C

Black with #25390C

Text Example


Text Example

White with #25390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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