Html Css Color HEX #253407 Pine Tree

📋 copy color: '#253407'

red 37 ◦ green 52 ◦ blue 7

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

Shades of Pine Tree #253407

Tints of Pine Tree #253407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.17%

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

R = 38.54%
G = 54.17%
B = 7.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.80

RGB Variations

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

Color information

#253407 (or 0x253407) is known color: Pine Tree. HEX triplet: 25, 34 and 07. RGB value is (37,52,7). Sum of RGB (Red+Green+Blue) = 37+52+7=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #253407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253407 is #DACBF8. Grayscale: #2A2A2A. Windows color (decimal): -14339065 or 472101. OLE color: 472101.

HSL color Cylindrical-coordinate representation of color #253407: hue angle of 80º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #253407 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 7 -
CMYK 0.29 0 0.87 0.80
HSL 80º 0.76% 0.12% -
HSV(B) 80º 0.87% 0.2% -
XYZ 2.03 2.86 0.65 -
YUV 42.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 37 52 7 0.29 0 0.87 0.80 80 0.76 0.12
Hex 25 34 7 1D 0 57 50 50 4C C
Octal 45 64 7 35 0 127 120 120 114 14
Binary 100101 110100 111 11101 0 1010111 1010000 1010000 1001100 1100

Color Harmonies of #253407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253407

Black with #253407

Text Example


Text Example

White with #253407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253407; }

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

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

background-color css

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

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

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

border-color css

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

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

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