Html Css Color HEX #253007 Pine Tree

📋 copy color: '#253007'

red 37 ◦ green 48 ◦ blue 7

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

Shades of Pine Tree #253007

Tints of Pine Tree #253007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.61%

R = 40.22%
G = 52.17%
B = 7.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#253007 (or 0x253007) is known color: Pine Tree. HEX triplet: 25, 30 and 07. RGB value is (37,48,7). Sum of RGB (Red+Green+Blue) = 37+48+7=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #253007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253007 is #DACFF8. Grayscale: #282828. Windows color (decimal): -14340089 or 471077. OLE color: 471077.

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

Color convert

RGB 37 48 7 -
CMYK 0.23 0 0.85 0.81
HSL 76.1º 0.75% 0.11% -
HSV(B) 76.1º 0.85% 0.19% -
XYZ 1.86 2.52 0.59 -
YUV 40.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 37 48 7 0.23 0 0.85 0.81 76.1 0.75 0.11
Hex 25 30 7 17 0 55 51 4C 4B B
Octal 45 60 7 27 0 125 121 114 113 13
Binary 100101 110000 111 10111 0 1010101 1010001 1001100 1001011 1011

Color Harmonies of #253007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253007

Black with #253007

Text Example


Text Example

White with #253007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253007; }

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

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

background-color css

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

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

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

border-color css

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

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

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