Html Css Color HEX #253C0D Pine Tree

📋 copy color: '#253C0D'

red 37 ◦ green 60 ◦ blue 13

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

Shades of Pine Tree #253C0D

Tints of Pine Tree #253C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 54.55%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 33.64%
G = 54.55%
B = 11.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#253C0D (or 0x253C0D) is known color: Pine Tree. HEX triplet: 25, 3C and 0D. RGB value is (37,60,13). Sum of RGB (Red+Green+Blue) = 37+60+13=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #253C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253C0D is #DAC3F2. Grayscale: #2F2F2F. Windows color (decimal): -14337011 or 867365. OLE color: 867365.

HSL color Cylindrical-coordinate representation of color #253C0D: hue angle of 89.36º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253C0D is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 60 13 -
CMYK 0.38 0 0.78 0.76
HSL 89.36º 0.64% 0.14% -
HSV(B) 89.36º 0.78% 0.24% -
XYZ 2.45 3.65 0.96 -
YUV 47.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 37 60 13 0.38 0 0.78 0.76 89.36 0.64 0.14
Hex 25 3C D 26 0 4E 4C 59 40 E
Octal 45 74 15 46 0 116 114 131 100 16
Binary 100101 111100 1101 100110 0 1001110 1001100 1011001 1000000 1110

Color Harmonies of #253C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C0D

Black with #253C0D

Text Example


Text Example

White with #253C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253C0D; }

 p { color: rgb(37,60,13); }

 H1.HeaderClassName
 {
   color: #253C0D;
 }
 .AnyTagClassName
 {
   color: #253C0D;
 }
</style>

background-color css

<style>
 a { background-color: #253C0D; }

 a { background-color: rgb(37,60,13); }

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

border-color css

<style>
 span { border-color: #253C0D; }

 span { border-color: rgb(37,60,13); }

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