Html Css Color HEX #253009 Pine Tree

📋 copy color: '#253009'

red 37 ◦ green 48 ◦ blue 9

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

Shades of Pine Tree #253009

Tints of Pine Tree #253009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.06%

 BLUE value IS 9 (3.91% from 255) = 9.57%

R = 39.36%
G = 51.06%
B = 9.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#253009 (or 0x253009) is known color: Pine Tree. HEX triplet: 25, 30 and 09. RGB value is (37,48,9). Sum of RGB (Red+Green+Blue) = 37+48+9=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #253009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253009 is #DACFF6. Grayscale: #282828. Windows color (decimal): -14340087 or 602149. OLE color: 602149.

HSL color Cylindrical-coordinate representation of color #253009: hue angle of 76.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253009 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 9 -
CMYK 0.23 0 0.81 0.81
HSL 76.92º 0.68% 0.11% -
HSV(B) 76.92º 0.81% 0.19% -
XYZ 1.87 2.53 0.65 -
YUV 40.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 37 48 9 0.23 0 0.81 0.81 76.92 0.68 0.11
Hex 25 30 9 17 0 51 51 4D 44 B
Octal 45 60 11 27 0 121 121 115 104 13
Binary 100101 110000 1001 10111 0 1010001 1010001 1001101 1000100 1011

Color Harmonies of #253009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253009

Black with #253009

Text Example


Text Example

White with #253009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253009; }

 p { color: rgb(37,48,9); }

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

background-color css

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

 a { background-color: rgb(37,48,9); }

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

border-color css

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

 span { border-color: rgb(37,48,9); }

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