Html Css Color HEX #253B06 Pine Tree

📋 copy color: '#253B06'

red 37 ◦ green 59 ◦ blue 6

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

Shades of Pine Tree #253B06

Tints of Pine Tree #253B06

RGB

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

 GREEN value IS 59 (23.44% from 255) = 57.84%

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

R = 36.27%
G = 57.84%
B = 5.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.77

RGB Variations

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

Color information

#253B06 (or 0x253B06) is known color: Pine Tree. HEX triplet: 25, 3B and 06. RGB value is (37,59,6). Sum of RGB (Red+Green+Blue) = 37+59+6=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #253B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253B06 is #DAC4F9. Grayscale: #2E2E2E. Windows color (decimal): -14337274 or 408357. OLE color: 408357.

HSL color Cylindrical-coordinate representation of color #253B06: hue angle of 84.91º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253B06 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 59 6 -
CMYK 0.37 0 0.90 0.77
HSL 84.91º 0.82% 0.13% -
HSV(B) 84.91º 0.9% 0.23% -
XYZ 2.36 3.53 0.73 -
YUV 46.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 37 59 6 0.37 0 0.90 0.77 84.91 0.82 0.13
Hex 25 3B 6 25 0 5A 4D 55 52 D
Octal 45 73 6 45 0 132 115 125 122 15
Binary 100101 111011 110 100101 0 1011010 1001101 1010101 1010010 1101

Color Harmonies of #253B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B06

Black with #253B06

Text Example


Text Example

White with #253B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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