Html Css Color HEX #18372B Cardin Green

📋 copy color: '#18372B'

red 24 ◦ green 55 ◦ blue 43

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

Shades of Cardin Green #18372B

Tints of Cardin Green #18372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 35.25%

R = 19.67%
G = 45.08%
B = 35.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#18372B (or 0x18372B) is known color: Cardin Green. HEX triplet: 18, 37 and 2B. RGB value is (24,55,43). Sum of RGB (Red+Green+Blue) = 24+55+43=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #18372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18372B is #E7C8D4. Grayscale: #2C2C2C. Windows color (decimal): -15190229 or 2832152. OLE color: 2832152.

HSL color Cylindrical-coordinate representation of color #18372B: hue angle of 156.77º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18372B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 55 43 -
CMYK 0.56 0 0.22 0.78
HSL 156.77º 0.39% 0.15% -
HSV(B) 156.77º 0.56% 0.22% -
XYZ 2.18 3.1 2.77 -
YUV 44.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 24 55 43 0.56 0 0.22 0.78 156.77 0.39 0.15
Hex 18 37 2B 38 0 16 4E 9D 27 F
Octal 30 67 53 70 0 26 116 235 47 17
Binary 11000 110111 101011 111000 0 10110 1001110 10011101 100111 1111

Color Harmonies of #18372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18372B

Black with #18372B

Text Example


Text Example

White with #18372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18372B; }

 p { color: rgb(24,55,43); }

 H1.HeaderClassName
 {
   color: #18372B;
 }
 .AnyTagClassName
 {
   color: #18372B;
 }
</style>

background-color css

<style>
 a { background-color: #18372B; }

 a { background-color: rgb(24,55,43); }

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

border-color css

<style>
 span { border-color: #18372B; }

 span { border-color: rgb(24,55,43); }

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