Html Css Color HEX #12231B Cardin Green

📋 copy color: '#12231B'

red 18 ◦ green 35 ◦ blue 27

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

Shades of Cardin Green #12231B

Tints of Cardin Green #12231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 43.75%

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

R = 22.5%
G = 43.75%
B = 33.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#12231B (or 0x12231B) is known color: Cardin Green. HEX triplet: 12, 23 and 1B. RGB value is (18,35,27). Sum of RGB (Red+Green+Blue) = 18+35+27=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #12231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12231B is #EDDCE4. Grayscale: #1D1D1D. Windows color (decimal): -15588581 or 1778450. OLE color: 1778450.

HSL color Cylindrical-coordinate representation of color #12231B: hue angle of 151.76º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #12231B is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 27 -
CMYK 0.49 0 0.23 0.86
HSL 151.76º 0.32% 0.1% -
HSV(B) 151.76º 0.49% 0.14% -
XYZ 1.05 1.41 1.25 -
YUV 29.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 18 35 27 0.49 0 0.23 0.86 151.76 0.32 0.1
Hex 12 23 1B 31 0 17 56 98 20 A
Octal 22 43 33 61 0 27 126 230 40 12
Binary 10010 100011 11011 110001 0 10111 1010110 10011000 100000 1010

Color Harmonies of #12231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12231B

Black with #12231B

Text Example


Text Example

White with #12231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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