Html Css Color HEX #25350C Pine Tree

📋 copy color: '#25350C'

red 37 ◦ green 53 ◦ blue 12

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

Shades of Pine Tree #25350C

Tints of Pine Tree #25350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.96%

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

R = 36.27%
G = 51.96%
B = 11.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#25350C (or 0x25350C) is known color: Pine Tree. HEX triplet: 25, 35 and 0C. RGB value is (37,53,12). Sum of RGB (Red+Green+Blue) = 37+53+12=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #25350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25350C is #DACAF3. Grayscale: #2B2B2B. Windows color (decimal): -14338804 or 800037. OLE color: 800037.

HSL color Cylindrical-coordinate representation of color #25350C: hue angle of 83.41º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25350C is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 12 -
CMYK 0.30 0 0.77 0.79
HSL 83.41º 0.63% 0.13% -
HSV(B) 83.41º 0.77% 0.21% -
XYZ 2.1 2.97 0.81 -
YUV 43.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 37 53 12 0.30 0 0.77 0.79 83.41 0.63 0.13
Hex 25 35 C 1E 0 4D 4F 53 3F D
Octal 45 65 14 36 0 115 117 123 77 15
Binary 100101 110101 1100 11110 0 1001101 1001111 1010011 111111 1101

Color Harmonies of #25350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25350C

Black with #25350C

Text Example


Text Example

White with #25350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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