Html Css Color HEX #18231E Cardin Green

📋 copy color: '#18231E'

red 24 ◦ green 35 ◦ blue 30

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

Shades of Cardin Green #18231E

Tints of Cardin Green #18231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 33.71%

R = 26.97%
G = 39.33%
B = 33.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#18231E (or 0x18231E) is known color: Cardin Green. HEX triplet: 18, 23 and 1E. RGB value is (24,35,30). Sum of RGB (Red+Green+Blue) = 24+35+30=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 35 - color contains mainly: green. Hex color #18231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18231E is #E7DCE1. Grayscale: #1F1F1F. Windows color (decimal): -15195362 or 1975064. OLE color: 1975064.

HSL color Cylindrical-coordinate representation of color #18231E: hue angle of 152.73º 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 #18231E is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 35 30 -
CMYK 0.31 0 0.14 0.86
HSL 152.73º 0.19% 0.12% -
HSV(B) 152.73º 0.31% 0.14% -
XYZ 1.21 1.49 1.45 -
YUV 31.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 24 35 30 0.31 0 0.14 0.86 152.73 0.19 0.12
Hex 18 23 1E 1F 0 E 56 99 13 C
Octal 30 43 36 37 0 16 126 231 23 14
Binary 11000 100011 11110 11111 0 1110 1010110 10011001 10011 1100

Color Harmonies of #18231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18231E

Black with #18231E

Text Example


Text Example

White with #18231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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