Html Css Color HEX #12291B Cardin Green

📋 copy color: '#12291B'

red 18 ◦ green 41 ◦ blue 27

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

Shades of Cardin Green #12291B

Tints of Cardin Green #12291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 47.67%

 BLUE value IS 27 (10.94% from 255) = 31.4%

R = 20.93%
G = 47.67%
B = 31.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.84

RGB Variations

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

Color information

#12291B (or 0x12291B) is known color: Cardin Green. HEX triplet: 12, 29 and 1B. RGB value is (18,41,27). Sum of RGB (Red+Green+Blue) = 18+41+27=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #12291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12291B is #EDD6E4. Grayscale: #202020. Windows color (decimal): -15587045 or 1779986. OLE color: 1779986.

HSL color Cylindrical-coordinate representation of color #12291B: hue angle of 143.48º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12291B is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 27 -
CMYK 0.56 0 0.34 0.84
HSL 143.48º 0.39% 0.12% -
HSV(B) 143.48º 0.56% 0.16% -
XYZ 1.24 1.79 1.32 -
YUV 32.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 18 41 27 0.56 0 0.34 0.84 143.48 0.39 0.12
Hex 12 29 1B 38 0 22 54 8F 27 C
Octal 22 51 33 70 0 42 124 217 47 14
Binary 10010 101001 11011 111000 0 100010 1010100 10001111 100111 1100

Color Harmonies of #12291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12291B

Black with #12291B

Text Example


Text Example

White with #12291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12291B; }

 p { color: rgb(18,41,27); }

 H1.HeaderClassName
 {
   color: #12291B;
 }
 .AnyTagClassName
 {
   color: #12291B;
 }
</style>

background-color css

<style>
 a { background-color: #12291B; }

 a { background-color: rgb(18,41,27); }

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

border-color css

<style>
 span { border-color: #12291B; }

 span { border-color: rgb(18,41,27); }

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