Html Css Color HEX #253912 Pine Tree

📋 copy color: '#253912'

red 37 ◦ green 57 ◦ blue 18

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

Shades of Pine Tree #253912

Tints of Pine Tree #253912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50.89%

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

R = 33.04%
G = 50.89%
B = 16.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#253912 (or 0x253912) is known color: Pine Tree. HEX triplet: 25, 39 and 12. RGB value is (37,57,18). Sum of RGB (Red+Green+Blue) = 37+57+18=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #253912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253912 is #DAC6ED. Grayscale: #2E2E2E. Windows color (decimal): -14337774 or 1194277. OLE color: 1194277.

HSL color Cylindrical-coordinate representation of color #253912: hue angle of 90.77º degrees, saturation: 0.52, 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 #253912 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 57 18 -
CMYK 0.35 0 0.68 0.78
HSL 90.77º 0.52% 0.15% -
HSV(B) 90.77º 0.68% 0.22% -
XYZ 2.34 3.36 1.1 -
YUV 46.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 37 57 18 0.35 0 0.68 0.78 90.77 0.52 0.15
Hex 25 39 12 23 0 44 4E 5B 34 F
Octal 45 71 22 43 0 104 116 133 64 17
Binary 100101 111001 10010 100011 0 1000100 1001110 1011011 110100 1111

Color Harmonies of #253912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253912

Black with #253912

Text Example


Text Example

White with #253912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253912; }

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

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

background-color css

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

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

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

border-color css

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

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

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