Html Css Color HEX #253306 Pine Tree

📋 copy color: '#253306'

red 37 ◦ green 51 ◦ blue 6

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

Shades of Pine Tree #253306

Tints of Pine Tree #253306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 54.26%

 BLUE value IS 6 (2.73% from 255) = 6.38%

R = 39.36%
G = 54.26%
B = 6.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#253306 (or 0x253306) is known color: Pine Tree. HEX triplet: 25, 33 and 06. RGB value is (37,51,6). Sum of RGB (Red+Green+Blue) = 37+51+6=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #253306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253306 is #DACCF9. Grayscale: #292929. Windows color (decimal): -14339322 or 406309. OLE color: 406309.

HSL color Cylindrical-coordinate representation of color #253306: hue angle of 78.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #253306 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 51 6 -
CMYK 0.27 0 0.88 0.8
HSL 78.67º 0.79% 0.11% -
HSV(B) 78.67º 0.88% 0.2% -
XYZ 1.98 2.77 0.6 -
YUV 41.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 37 51 6 0.27 0 0.88 0.8 78.67 0.79 0.11
Hex 25 33 6 1B 0 58 50 4F 4F B
Octal 45 63 6 33 0 130 120 117 117 13
Binary 100101 110011 110 11011 0 1011000 1010000 1001111 1001111 1011

Color Harmonies of #253306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253306

Black with #253306

Text Example


Text Example

White with #253306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253306; }

 p { color: rgb(37,51,6); }

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

background-color css

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

 a { background-color: rgb(37,51,6); }

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

border-color css

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

 span { border-color: rgb(37,51,6); }

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