Html Css Color HEX #12241C Cardin Green

📋 copy color: '#12241C'

red 18 ◦ green 36 ◦ blue 28

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

Shades of Cardin Green #12241C

Tints of Cardin Green #12241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 43.9%

 BLUE value IS 28 (11.33% from 255) = 34.15%

R = 21.95%
G = 43.9%
B = 34.15%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#12241C (or 0x12241C) is known color: Cardin Green. HEX triplet: 12, 24 and 1C. RGB value is (18,36,28). Sum of RGB (Red+Green+Blue) = 18+36+28=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #12241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12241C is #EDDBE3. Grayscale: #1D1D1D. Windows color (decimal): -15588324 or 1844242. OLE color: 1844242.

HSL color Cylindrical-coordinate representation of color #12241C: hue angle of 153.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12241C is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 36 28 -
CMYK 0.5 0 0.22 0.86
HSL 153.33º 0.33% 0.11% -
HSV(B) 153.33º 0.5% 0.14% -
XYZ 1.09 1.47 1.33 -
YUV 29.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 18 36 28 0.5 0 0.22 0.86 153.33 0.33 0.11
Hex 12 24 1C 32 0 16 56 99 21 B
Octal 22 44 34 62 0 26 126 231 41 13
Binary 10010 100100 11100 110010 0 10110 1010110 10011001 100001 1011

Color Harmonies of #12241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12241C

Black with #12241C

Text Example


Text Example

White with #12241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12241C; }

 p { color: rgb(18,36,28); }

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

background-color css

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

 a { background-color: rgb(18,36,28); }

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

border-color css

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

 span { border-color: rgb(18,36,28); }

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