Html Css Color HEX #18231D Cardin Green

📋 copy color: '#18231D'

red 24 ◦ green 35 ◦ blue 29

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

Shades of Cardin Green #18231D

Tints of Cardin Green #18231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 39.77%

 BLUE value IS 29 (11.72% from 255) = 32.95%

R = 27.27%
G = 39.77%
B = 32.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#18231D (or 0x18231D) is known color: Cardin Green. HEX triplet: 18, 23 and 1D. RGB value is (24,35,29). Sum of RGB (Red+Green+Blue) = 24+35+29=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #18231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18231D is #E7DCE2. Grayscale: #1F1F1F. Windows color (decimal): -15195363 or 1909528. OLE color: 1909528.

HSL color Cylindrical-coordinate representation of color #18231D: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #18231D is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 35 29 -
CMYK 0.31 0 0.17 0.86
HSL 147.27º 0.19% 0.12% -
HSV(B) 147.27º 0.31% 0.14% -
XYZ 1.2 1.48 1.39 -
YUV 31.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 24 35 29 0.31 0 0.17 0.86 147.27 0.19 0.12
Hex 18 23 1D 1F 0 11 56 93 13 C
Octal 30 43 35 37 0 21 126 223 23 14
Binary 11000 100011 11101 11111 0 10001 1010110 10010011 10011 1100

Color Harmonies of #18231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18231D

Black with #18231D

Text Example


Text Example

White with #18231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18231D; }

 p { color: rgb(24,35,29); }

 H1.HeaderClassName
 {
   color: #18231D;
 }
 .AnyTagClassName
 {
   color: #18231D;
 }
</style>

background-color css

<style>
 a { background-color: #18231D; }

 a { background-color: rgb(24,35,29); }

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

border-color css

<style>
 span { border-color: #18231D; }

 span { border-color: rgb(24,35,29); }

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