Html Css Color HEX #121F18 Cardin Green

📋 copy color: '#121F18'

red 18 ◦ green 31 ◦ blue 24

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

Shades of Cardin Green #121F18

Tints of Cardin Green #121F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 42.47%

 BLUE value IS 24 (9.77% from 255) = 32.88%

R = 24.66%
G = 42.47%
B = 32.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#121F18 (or 0x121F18) is known color: Cardin Green. HEX triplet: 12, 1F and 18. RGB value is (18,31,24). Sum of RGB (Red+Green+Blue) = 18+31+24=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #121F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F18 is #EDE0E7. Grayscale: #1A1A1A. Windows color (decimal): -15589608 or 1580818. OLE color: 1580818.

HSL color Cylindrical-coordinate representation of color #121F18: hue angle of 147.69º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F18 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 31 24 -
CMYK 0.42 0 0.23 0.88
HSL 147.69º 0.27% 0.1% -
HSV(B) 147.69º 0.42% 0.12% -
XYZ 0.9 1.17 1.04 -
YUV 26.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 18 31 24 0.42 0 0.23 0.88 147.69 0.27 0.1
Hex 12 1F 18 2A 0 17 58 94 1B A
Octal 22 37 30 52 0 27 130 224 33 12
Binary 10010 11111 11000 101010 0 10111 1011000 10010100 11011 1010

Color Harmonies of #121F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F18

Black with #121F18

Text Example


Text Example

White with #121F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,24); }

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

background-color css

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

 a { background-color: rgb(18,31,24); }

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

border-color css

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

 span { border-color: rgb(18,31,24); }

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