Html Css Color HEX #12261C Cardin Green

📋 copy color: '#12261C'

red 18 ◦ green 38 ◦ blue 28

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

Shades of Cardin Green #12261C

Tints of Cardin Green #12261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 45.24%

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

R = 21.43%
G = 45.24%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#12261C (or 0x12261C) is known color: Cardin Green. HEX triplet: 12, 26 and 1C. RGB value is (18,38,28). Sum of RGB (Red+Green+Blue) = 18+38+28=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #12261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12261C is #EDD9E3. Grayscale: #1E1E1E. Windows color (decimal): -15587812 or 1844754. OLE color: 1844754.

HSL color Cylindrical-coordinate representation of color #12261C: hue angle of 150º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #12261C is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 28 -
CMYK 0.53 0 0.26 0.85
HSL 150º 0.36% 0.11% -
HSV(B) 150º 0.53% 0.15% -
XYZ 1.15 1.6 1.35 -
YUV 30.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 18 38 28 0.53 0 0.26 0.85 150 0.36 0.11
Hex 12 26 1C 35 0 1A 55 96 24 B
Octal 22 46 34 65 0 32 125 226 44 13
Binary 10010 100110 11100 110101 0 11010 1010101 10010110 100100 1011

Color Harmonies of #12261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12261C

Black with #12261C

Text Example


Text Example

White with #12261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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