Html Css Color HEX #183A2A Cardin Green

📋 copy color: '#183A2A'

red 24 ◦ green 58 ◦ blue 42

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

Shades of Cardin Green #183A2A

Tints of Cardin Green #183A2A

RGB

 RED value IS 24 (9.77% from 255) = 19.35%

 GREEN value IS 58 (23.05% from 255) = 46.77%

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

R = 19.35%
G = 46.77%
B = 33.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.77

RGB Variations

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

Color information

#183A2A (or 0x183A2A) is known color: Cardin Green. HEX triplet: 18, 3A and 2A. RGB value is (24,58,42). Sum of RGB (Red+Green+Blue) = 24+58+42=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #183A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A2A is #E7C5D5. Grayscale: #2E2E2E. Windows color (decimal): -15189462 or 2767384. OLE color: 2767384.

HSL color Cylindrical-coordinate representation of color #183A2A: hue angle of 151.76º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183A2A is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 58 42 -
CMYK 0.59 0 0.28 0.77
HSL 151.76º 0.41% 0.16% -
HSV(B) 151.76º 0.59% 0.23% -
XYZ 2.31 3.39 2.72 -
YUV 46.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 24 58 42 0.59 0 0.28 0.77 151.76 0.41 0.16
Hex 18 3A 2A 3B 0 1C 4D 98 29 10
Octal 30 72 52 73 0 34 115 230 51 20
Binary 11000 111010 101010 111011 0 11100 1001101 10011000 101001 10000

Color Harmonies of #183A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A2A

Black with #183A2A

Text Example


Text Example

White with #183A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183A2A; }

 p { color: rgb(24,58,42); }

 H1.HeaderClassName
 {
   color: #183A2A;
 }
 .AnyTagClassName
 {
   color: #183A2A;
 }
</style>

background-color css

<style>
 a { background-color: #183A2A; }

 a { background-color: rgb(24,58,42); }

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

border-color css

<style>
 span { border-color: #183A2A; }

 span { border-color: rgb(24,58,42); }

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