Html Css Color HEX #123E25 Deep Fir

📋 copy color: '#123E25'

red 18 ◦ green 62 ◦ blue 37

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

Shades of Deep Fir #123E25

Tints of Deep Fir #123E25

RGB

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

 GREEN value IS 62 (24.61% from 255) = 52.99%

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

R = 15.38%
G = 52.99%
B = 31.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#123E25 (or 0x123E25) is known color: Deep Fir. HEX triplet: 12, 3E and 25. RGB value is (18,62,37). Sum of RGB (Red+Green+Blue) = 18+62+37=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #123E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E25 is #EDC1DA. Grayscale: #2E2E2E. Windows color (decimal): -15581659 or 2440722. OLE color: 2440722.

HSL color Cylindrical-coordinate representation of color #123E25: hue angle of 145.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E25 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 62 37 -
CMYK 0.71 0 0.40 0.76
HSL 145.91º 0.55% 0.16% -
HSV(B) 145.91º 0.71% 0.24% -
XYZ 2.31 3.71 2.34 -
YUV 45.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 18 62 37 0.71 0 0.40 0.76 145.91 0.55 0.16
Hex 12 3E 25 47 0 28 4C 92 37 10
Octal 22 76 45 107 0 50 114 222 67 20
Binary 10010 111110 100101 1000111 0 101000 1001100 10010010 110111 10000

Color Harmonies of #123E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E25

Black with #123E25

Text Example


Text Example

White with #123E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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