Html Css Color HEX #12251E Dark Green

📋 copy color: '#12251E'

red 18 ◦ green 37 ◦ blue 30

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

Shades of Dark Green #12251E

Tints of Dark Green #12251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.53%

 BLUE value IS 30 (12.11% from 255) = 35.29%

R = 21.18%
G = 43.53%
B = 35.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#12251E (or 0x12251E) is known color: Dark Green. HEX triplet: 12, 25 and 1E. RGB value is (18,37,30). Sum of RGB (Red+Green+Blue) = 18+37+30=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #12251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251E is #EDDAE1. Grayscale: #1E1E1E. Windows color (decimal): -15588066 or 1975570. OLE color: 1975570.

HSL color Cylindrical-coordinate representation of color #12251E: hue angle of 157.89º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #12251E is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 30 -
CMYK 0.51 0 0.19 0.85
HSL 157.89º 0.35% 0.11% -
HSV(B) 157.89º 0.51% 0.15% -
XYZ 1.15 1.55 1.47 -
YUV 30.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 18 37 30 0.51 0 0.19 0.85 157.89 0.35 0.11
Hex 12 25 1E 33 0 13 55 9E 23 B
Octal 22 45 36 63 0 23 125 236 43 13
Binary 10010 100101 11110 110011 0 10011 1010101 10011110 100011 1011

Color Harmonies of #12251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12251E

Black with #12251E

Text Example


Text Example

White with #12251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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