Html Css Color HEX #182F23 Cardin Green

📋 copy color: '#182F23'

red 24 ◦ green 47 ◦ blue 35

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

Shades of Cardin Green #182F23

Tints of Cardin Green #182F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.34%

 BLUE value IS 35 (14.06% from 255) = 33.02%

R = 22.64%
G = 44.34%
B = 33.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.82

RGB Variations

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

Color information

#182F23 (or 0x182F23) is known color: Cardin Green. HEX triplet: 18, 2F and 23. RGB value is (24,47,35). Sum of RGB (Red+Green+Blue) = 24+47+35=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #182F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F23 is #E7D0DC. Grayscale: #262626. Windows color (decimal): -15192285 or 2305816. OLE color: 2305816.

HSL color Cylindrical-coordinate representation of color #182F23: hue angle of 148.7º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182F23 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 47 35 -
CMYK 0.49 0 0.26 0.82
HSL 148.7º 0.32% 0.14% -
HSV(B) 148.7º 0.49% 0.18% -
XYZ 1.7 2.35 1.95 -
YUV 38.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 24 47 35 0.49 0 0.26 0.82 148.7 0.32 0.14
Hex 18 2F 23 31 0 1A 52 95 20 E
Octal 30 57 43 61 0 32 122 225 40 16
Binary 11000 101111 100011 110001 0 11010 1010010 10010101 100000 1110

Color Harmonies of #182F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F23

Black with #182F23

Text Example


Text Example

White with #182F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182F23; }

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

 H1.HeaderClassName
 {
   color: #182F23;
 }
 .AnyTagClassName
 {
   color: #182F23;
 }
</style>

background-color css

<style>
 a { background-color: #182F23; }

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

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

border-color css

<style>
 span { border-color: #182F23; }

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

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