Html Css Color HEX #253814 Pine Tree

📋 copy color: '#253814'

red 37 ◦ green 56 ◦ blue 20

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

Shades of Pine Tree #253814

Tints of Pine Tree #253814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 32.74%
G = 49.56%
B = 17.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#253814 (or 0x253814) is known color: Pine Tree. HEX triplet: 25, 38 and 14. RGB value is (37,56,20). Sum of RGB (Red+Green+Blue) = 37+56+20=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #253814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253814 is #DAC7EB. Grayscale: #2E2E2E. Windows color (decimal): -14338028 or 1325093. OLE color: 1325093.

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

Color convert

RGB 37 56 20 -
CMYK 0.34 0 0.64 0.78
HSL 91.67º 0.47% 0.15% -
HSV(B) 91.67º 0.64% 0.22% -
XYZ 2.3 3.27 1.17 -
YUV 46.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 37 56 20 0.34 0 0.64 0.78 91.67 0.47 0.15
Hex 25 38 14 22 0 40 4E 5C 2F F
Octal 45 70 24 42 0 100 116 134 57 17
Binary 100101 111000 10100 100010 0 1000000 1001110 1011100 101111 1111

Color Harmonies of #253814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253814

Black with #253814

Text Example


Text Example

White with #253814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253814; }

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

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

background-color css

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

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

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

border-color css

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

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

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