Html Css Color HEX #12221B Cardin Green

📋 copy color: '#12221B'

red 18 ◦ green 34 ◦ blue 27

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

Shades of Cardin Green #12221B

Tints of Cardin Green #12221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.04%

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

R = 22.78%
G = 43.04%
B = 34.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#12221B (or 0x12221B) is known color: Cardin Green. HEX triplet: 12, 22 and 1B. RGB value is (18,34,27). Sum of RGB (Red+Green+Blue) = 18+34+27=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 34 - color contains mainly: green. Hex color #12221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12221B is #EDDDE4. Grayscale: #1C1C1C. Windows color (decimal): -15588837 or 1778194. OLE color: 1778194.

HSL color Cylindrical-coordinate representation of color #12221B: hue angle of 153.75º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #12221B is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 34 27 -
CMYK 0.47 0 0.21 0.87
HSL 153.75º 0.31% 0.1% -
HSV(B) 153.75º 0.47% 0.13% -
XYZ 1.02 1.35 1.24 -
YUV 28.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 18 34 27 0.47 0 0.21 0.87 153.75 0.31 0.1
Hex 12 22 1B 2F 0 15 57 9A 1F A
Octal 22 42 33 57 0 25 127 232 37 12
Binary 10010 100010 11011 101111 0 10101 1010111 10011010 11111 1010

Color Harmonies of #12221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12221B

Black with #12221B

Text Example


Text Example

White with #12221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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