Html Css Color HEX #12372A Cardin Green

📋 copy color: '#12372A'

red 18 ◦ green 55 ◦ blue 42

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

Shades of Cardin Green #12372A

Tints of Cardin Green #12372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.83%

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 15.65%
G = 47.83%
B = 36.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#12372A (or 0x12372A) is known color: Cardin Green. HEX triplet: 12, 37 and 2A. RGB value is (18,55,42). Sum of RGB (Red+Green+Blue) = 18+55+42=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #12372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12372A is #EDC8D5. Grayscale: #2A2A2A. Windows color (decimal): -15583446 or 2766610. OLE color: 2766610.

HSL color Cylindrical-coordinate representation of color #12372A: hue angle of 158.92º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12372A is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 42 -
CMYK 0.67 0 0.24 0.78
HSL 158.92º 0.51% 0.14% -
HSV(B) 158.92º 0.67% 0.22% -
XYZ 2.03 3.03 2.67 -
YUV 42.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 18 55 42 0.67 0 0.24 0.78 158.92 0.51 0.14
Hex 12 37 2A 43 0 18 4E 9F 33 E
Octal 22 67 52 103 0 30 116 237 63 16
Binary 10010 110111 101010 1000011 0 11000 1001110 10011111 110011 1110

Color Harmonies of #12372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12372A

Black with #12372A

Text Example


Text Example

White with #12372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12372A; }

 p { color: rgb(18,55,42); }

 H1.HeaderClassName
 {
   color: #12372A;
 }
 .AnyTagClassName
 {
   color: #12372A;
 }
</style>

background-color css

<style>
 a { background-color: #12372A; }

 a { background-color: rgb(18,55,42); }

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

border-color css

<style>
 span { border-color: #12372A; }

 span { border-color: rgb(18,55,42); }

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