Html Css Color HEX #18362A Cardin Green

📋 copy color: '#18362A'

red 24 ◦ green 54 ◦ blue 42

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

Shades of Cardin Green #18362A

Tints of Cardin Green #18362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45%

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

R = 20%
G = 45%
B = 35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#18362A (or 0x18362A) is known color: Cardin Green. HEX triplet: 18, 36 and 2A. RGB value is (24,54,42). Sum of RGB (Red+Green+Blue) = 24+54+42=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #18362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18362A is #E7C9D5. Grayscale: #2B2B2B. Windows color (decimal): -15190486 or 2766360. OLE color: 2766360.

HSL color Cylindrical-coordinate representation of color #18362A: hue angle of 156º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18362A is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 54 42 -
CMYK 0.56 0 0.22 0.79
HSL 156º 0.38% 0.15% -
HSV(B) 156º 0.56% 0.21% -
XYZ 2.11 3 2.66 -
YUV 43.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 24 54 42 0.56 0 0.22 0.79 156 0.38 0.15
Hex 18 36 2A 38 0 16 4F 9C 26 F
Octal 30 66 52 70 0 26 117 234 46 17
Binary 11000 110110 101010 111000 0 10110 1001111 10011100 100110 1111

Color Harmonies of #18362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18362A

Black with #18362A

Text Example


Text Example

White with #18362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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