Html Css Color HEX #25350E Pine Tree

📋 copy color: '#25350E'

red 37 ◦ green 53 ◦ blue 14

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

Shades of Pine Tree #25350E

Tints of Pine Tree #25350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.46%

R = 35.58%
G = 50.96%
B = 13.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#25350E (or 0x25350E) is known color: Pine Tree. HEX triplet: 25, 35 and 0E. RGB value is (37,53,14). Sum of RGB (Red+Green+Blue) = 37+53+14=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #25350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25350E is #DACAF1. Grayscale: #2B2B2B. Windows color (decimal): -14338802 or 931109. OLE color: 931109.

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

Color convert

RGB 37 53 14 -
CMYK 0.30 0 0.74 0.79
HSL 84.62º 0.58% 0.13% -
HSV(B) 84.62º 0.74% 0.21% -
XYZ 2.12 2.97 0.88 -
YUV 43.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 37 53 14 0.30 0 0.74 0.79 84.62 0.58 0.13
Hex 25 35 E 1E 0 4A 4F 55 3A D
Octal 45 65 16 36 0 112 117 125 72 15
Binary 100101 110101 1110 11110 0 1001010 1001111 1010101 111010 1101

Color Harmonies of #25350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25350E

Black with #25350E

Text Example


Text Example

White with #25350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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