Html Css Color HEX #124025 Deep Fir

📋 copy color: '#124025'

red 18 ◦ green 64 ◦ blue 37

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

Shades of Deep Fir #124025

Tints of Deep Fir #124025

RGB

 RED value IS 18 (7.42% from 255) = 15.13%

 GREEN value IS 64 (25.39% from 255) = 53.78%

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

R = 15.13%
G = 53.78%
B = 31.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#124025 (or 0x124025) is known color: Deep Fir. HEX triplet: 12, 40 and 25. RGB value is (18,64,37). Sum of RGB (Red+Green+Blue) = 18+64+37=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #124025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124025 is #EDBFDA. Grayscale: #2F2F2F. Windows color (decimal): -15581147 or 2441234. OLE color: 2441234.

HSL color Cylindrical-coordinate representation of color #124025: hue angle of 144.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124025 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 37 -
CMYK 0.72 0 0.42 0.75
HSL 144.78º 0.56% 0.16% -
HSV(B) 144.78º 0.72% 0.25% -
XYZ 2.42 3.93 2.38 -
YUV 47.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 18 64 37 0.72 0 0.42 0.75 144.78 0.56 0.16
Hex 12 40 25 48 0 2A 4B 91 38 10
Octal 22 100 45 110 0 52 113 221 70 20
Binary 10010 1000000 100101 1001000 0 101010 1001011 10010001 111000 10000

Color Harmonies of #124025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124025

Black with #124025

Text Example


Text Example

White with #124025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124025; }

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

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

background-color css

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

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

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

border-color css

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

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

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