Html Css Color HEX #253A10 Pine Tree

📋 copy color: '#253A10'

red 37 ◦ green 58 ◦ blue 16

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

Shades of Pine Tree #253A10

Tints of Pine Tree #253A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 52.25%

 BLUE value IS 16 (6.64% from 255) = 14.41%

R = 33.33%
G = 52.25%
B = 14.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.77

RGB Variations

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

Color information

#253A10 (or 0x253A10) is known color: Pine Tree. HEX triplet: 25, 3A and 10. RGB value is (37,58,16). Sum of RGB (Red+Green+Blue) = 37+58+16=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #253A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253A10 is #DAC5EF. Grayscale: #2F2F2F. Windows color (decimal): -14337520 or 1063461. OLE color: 1063461.

HSL color Cylindrical-coordinate representation of color #253A10: hue angle of 90º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253A10 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 58 16 -
CMYK 0.36 0 0.72 0.77
HSL 90º 0.57% 0.15% -
HSV(B) 90º 0.72% 0.23% -
XYZ 2.37 3.46 1.03 -
YUV 46.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 37 58 16 0.36 0 0.72 0.77 90 0.57 0.15
Hex 25 3A 10 24 0 48 4D 5A 39 F
Octal 45 72 20 44 0 110 115 132 71 17
Binary 100101 111010 10000 100100 0 1001000 1001101 1011010 111001 1111

Color Harmonies of #253A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A10

Black with #253A10

Text Example


Text Example

White with #253A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,58,16); }

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

background-color css

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

 a { background-color: rgb(37,58,16); }

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

border-color css

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

 span { border-color: rgb(37,58,16); }

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