Html Css Color HEX #12382A Cardin Green

📋 copy color: '#12382A'

red 18 ◦ green 56 ◦ blue 42

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

Shades of Cardin Green #12382A

Tints of Cardin Green #12382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.28%

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

R = 15.52%
G = 48.28%
B = 36.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#12382A (or 0x12382A) is known color: Cardin Green. HEX triplet: 12, 38 and 2A. RGB value is (18,56,42). Sum of RGB (Red+Green+Blue) = 18+56+42=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #12382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12382A is #EDC7D5. Grayscale: #2B2B2B. Windows color (decimal): -15583190 or 2766866. OLE color: 2766866.

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

Color convert

RGB 18 56 42 -
CMYK 0.68 0 0.25 0.78
HSL 157.89º 0.51% 0.15% -
HSV(B) 157.89º 0.68% 0.22% -
XYZ 2.08 3.12 2.68 -
YUV 43.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 18 56 42 0.68 0 0.25 0.78 157.89 0.51 0.15
Hex 12 38 2A 44 0 19 4E 9E 33 F
Octal 22 70 52 104 0 31 116 236 63 17
Binary 10010 111000 101010 1000100 0 11001 1001110 10011110 110011 1111

Color Harmonies of #12382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12382A

Black with #12382A

Text Example


Text Example

White with #12382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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