Html Css Color HEX #253812 Pine Tree

📋 copy color: '#253812'

red 37 ◦ green 56 ◦ blue 18

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

Shades of Pine Tree #253812

Tints of Pine Tree #253812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.45%

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 33.33%
G = 50.45%
B = 16.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#253812 (or 0x253812) is known color: Pine Tree. HEX triplet: 25, 38 and 12. RGB value is (37,56,18). Sum of RGB (Red+Green+Blue) = 37+56+18=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #253812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253812 is #DAC7ED. Grayscale: #2E2E2E. Windows color (decimal): -14338030 or 1194021. OLE color: 1194021.

HSL color Cylindrical-coordinate representation of color #253812: hue angle of 90º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253812 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 56 18 -
CMYK 0.34 0 0.68 0.78
HSL 90º 0.51% 0.15% -
HSV(B) 90º 0.68% 0.22% -
XYZ 2.29 3.27 1.08 -
YUV 45.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 37 56 18 0.34 0 0.68 0.78 90 0.51 0.15
Hex 25 38 12 22 0 44 4E 5A 33 F
Octal 45 70 22 42 0 104 116 132 63 17
Binary 100101 111000 10010 100010 0 1000100 1001110 1011010 110011 1111

Color Harmonies of #253812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253812

Black with #253812

Text Example


Text Example

White with #253812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253812; }

 p { color: rgb(37,56,18); }

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

background-color css

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

 a { background-color: rgb(37,56,18); }

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

border-color css

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

 span { border-color: rgb(37,56,18); }

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