Html Css Color HEX #153A25 Deep Fir

📋 copy color: '#153A25'

red 21 ◦ green 58 ◦ blue 37

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

Shades of Deep Fir #153A25

Tints of Deep Fir #153A25

RGB

 RED value IS 21 (8.59% from 255) = 18.1%

 GREEN value IS 58 (23.05% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 31.9%

R = 18.1%
G = 50%
B = 31.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#153A25 (or 0x153A25) is known color: Deep Fir. HEX triplet: 15, 3A and 25. RGB value is (21,58,37). Sum of RGB (Red+Green+Blue) = 21+58+37=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #153A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A25 is #EAC5DA. Grayscale: #2C2C2C. Windows color (decimal): -15386075 or 2439701. OLE color: 2439701.

HSL color Cylindrical-coordinate representation of color #153A25: hue angle of 145.95º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A25 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 58 37 -
CMYK 0.64 0 0.36 0.77
HSL 145.95º 0.47% 0.15% -
HSV(B) 145.95º 0.64% 0.23% -
XYZ 2.16 3.32 2.28 -
YUV 44.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 21 58 37 0.64 0 0.36 0.77 145.95 0.47 0.15
Hex 15 3A 25 40 0 24 4D 92 2F F
Octal 25 72 45 100 0 44 115 222 57 17
Binary 10101 111010 100101 1000000 0 100100 1001101 10010010 101111 1111

Color Harmonies of #153A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A25

Black with #153A25

Text Example


Text Example

White with #153A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153A25; }

 p { color: rgb(21,58,37); }

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

background-color css

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

 a { background-color: rgb(21,58,37); }

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

border-color css

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

 span { border-color: rgb(21,58,37); }

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