Html Css Color HEX #253714 Pine Tree

📋 copy color: '#253714'

red 37 ◦ green 55 ◦ blue 20

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

Shades of Pine Tree #253714

Tints of Pine Tree #253714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.11%

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

R = 33.04%
G = 49.11%
B = 17.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#253714 (or 0x253714) is known color: Pine Tree. HEX triplet: 25, 37 and 14. RGB value is (37,55,20). Sum of RGB (Red+Green+Blue) = 37+55+20=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #253714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253714 is #DAC8EB. Grayscale: #2D2D2D. Windows color (decimal): -14338284 or 1324837. OLE color: 1324837.

HSL color Cylindrical-coordinate representation of color #253714: hue angle of 90.86º 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 #253714 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 55 20 -
CMYK 0.33 0 0.64 0.78
HSL 90.86º 0.47% 0.15% -
HSV(B) 90.86º 0.64% 0.22% -
XYZ 2.26 3.18 1.16 -
YUV 45.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 37 55 20 0.33 0 0.64 0.78 90.86 0.47 0.15
Hex 25 37 14 21 0 40 4E 5B 2F F
Octal 45 67 24 41 0 100 116 133 57 17
Binary 100101 110111 10100 100001 0 1000000 1001110 1011011 101111 1111

Color Harmonies of #253714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253714

Black with #253714

Text Example


Text Example

White with #253714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253714; }

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

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

background-color css

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

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

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

border-color css

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

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

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