Html Css Color HEX #121E17 Cardin Green

📋 copy color: '#121E17'

red 18 ◦ green 30 ◦ blue 23

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

Shades of Cardin Green #121E17

Tints of Cardin Green #121E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 42.25%

 BLUE value IS 23 (9.38% from 255) = 32.39%

R = 25.35%
G = 42.25%
B = 32.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#121E17 (or 0x121E17) is known color: Cardin Green. HEX triplet: 12, 1E and 17. RGB value is (18,30,23). Sum of RGB (Red+Green+Blue) = 18+30+23=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #121E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E17 is #EDE1E8. Grayscale: #191919. Windows color (decimal): -15589865 or 1515026. OLE color: 1515026.

HSL color Cylindrical-coordinate representation of color #121E17: hue angle of 145º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E17 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 30 23 -
CMYK 0.40 0 0.23 0.88
HSL 145º 0.25% 0.09% -
HSV(B) 145º 0.4% 0.12% -
XYZ 0.87 1.12 0.98 -
YUV 25.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 18 30 23 0.40 0 0.23 0.88 145 0.25 0.09
Hex 12 1E 17 28 0 17 58 91 19 9
Octal 22 36 27 50 0 27 130 221 31 11
Binary 10010 11110 10111 101000 0 10111 1011000 10010001 11001 1001

Color Harmonies of #121E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E17

Black with #121E17

Text Example


Text Example

White with #121E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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