Html Css Color HEX #124125 Deep Fir

📋 copy color: '#124125'

red 18 ◦ green 65 ◦ blue 37

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

Shades of Deep Fir #124125

Tints of Deep Fir #124125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

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

R = 15%
G = 54.17%
B = 30.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#124125 (or 0x124125) is known color: Deep Fir. HEX triplet: 12, 41 and 25. RGB value is (18,65,37). Sum of RGB (Red+Green+Blue) = 18+65+37=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #124125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124125 is #EDBEDA. Grayscale: #2F2F2F. Windows color (decimal): -15580891 or 2441490. OLE color: 2441490.

HSL color Cylindrical-coordinate representation of color #124125: hue angle of 144.26º degrees, saturation: 0.57, 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 #124125 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 37 -
CMYK 0.72 0 0.43 0.75
HSL 144.26º 0.57% 0.16% -
HSV(B) 144.26º 0.72% 0.25% -
XYZ 2.47 4.04 2.4 -
YUV 47.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 18 65 37 0.72 0 0.43 0.75 144.26 0.57 0.16
Hex 12 41 25 48 0 2B 4B 90 39 10
Octal 22 101 45 110 0 53 113 220 71 20
Binary 10010 1000001 100101 1001000 0 101011 1001011 10010000 111001 10000

Color Harmonies of #124125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124125

Black with #124125

Text Example


Text Example

White with #124125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124125; }

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

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

background-color css

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

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

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

border-color css

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

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

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