Html Css Color HEX #18382A Cardin Green

📋 copy color: '#18382A'

red 24 ◦ green 56 ◦ blue 42

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

Shades of Cardin Green #18382A

Tints of Cardin Green #18382A

RGB

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

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

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

R = 19.67%
G = 45.9%
B = 34.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#18382A (or 0x18382A) is known color: Cardin Green. HEX triplet: 18, 38 and 2A. RGB value is (24,56,42). Sum of RGB (Red+Green+Blue) = 24+56+42=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #18382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18382A is #E7C7D5. Grayscale: #2C2C2C. Windows color (decimal): -15189974 or 2766872. OLE color: 2766872.

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

Color convert

RGB 24 56 42 -
CMYK 0.57 0 0.25 0.78
HSL 153.75º 0.4% 0.16% -
HSV(B) 153.75º 0.57% 0.22% -
XYZ 2.21 3.19 2.69 -
YUV 44.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 24 56 42 0.57 0 0.25 0.78 153.75 0.4 0.16
Hex 18 38 2A 39 0 19 4E 9A 28 10
Octal 30 70 52 71 0 31 116 232 50 20
Binary 11000 111000 101010 111001 0 11001 1001110 10011010 101000 10000

Color Harmonies of #18382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18382A

Black with #18382A

Text Example


Text Example

White with #18382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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