Html Css Color HEX #18241F Cardin Green

📋 copy color: '#18241F'

red 24 ◦ green 36 ◦ blue 31

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

Shades of Cardin Green #18241F

Tints of Cardin Green #18241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 39.56%

 BLUE value IS 31 (12.5% from 255) = 34.07%

R = 26.37%
G = 39.56%
B = 34.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#18241F (or 0x18241F) is known color: Cardin Green. HEX triplet: 18, 24 and 1F. RGB value is (24,36,31). Sum of RGB (Red+Green+Blue) = 24+36+31=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #18241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18241F is #E7DBE0. Grayscale: #1F1F1F. Windows color (decimal): -15195105 or 2040856. OLE color: 2040856.

HSL color Cylindrical-coordinate representation of color #18241F: hue angle of 155º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18241F is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 36 31 -
CMYK 0.33 0 0.14 0.86
HSL 155º 0.2% 0.12% -
HSV(B) 155º 0.33% 0.14% -
XYZ 1.25 1.55 1.53 -
YUV 31.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 24 36 31 0.33 0 0.14 0.86 155 0.2 0.12
Hex 18 24 1F 21 0 E 56 9B 14 C
Octal 30 44 37 41 0 16 126 233 24 14
Binary 11000 100100 11111 100001 0 1110 1010110 10011011 10100 1100

Color Harmonies of #18241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18241F

Black with #18241F

Text Example


Text Example

White with #18241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18241F; }

 p { color: rgb(24,36,31); }

 H1.HeaderClassName
 {
   color: #18241F;
 }
 .AnyTagClassName
 {
   color: #18241F;
 }
</style>

background-color css

<style>
 a { background-color: #18241F; }

 a { background-color: rgb(24,36,31); }

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

border-color css

<style>
 span { border-color: #18241F; }

 span { border-color: rgb(24,36,31); }

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