Html Css Color HEX #193023 Cardin Green

📋 copy color: '#193023'

red 25 ◦ green 48 ◦ blue 35

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

Shades of Cardin Green #193023

Tints of Cardin Green #193023

RGB

 RED value IS 25 (10.16% from 255) = 23.15%

 GREEN value IS 48 (19.14% from 255) = 44.44%

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

R = 23.15%
G = 44.44%
B = 32.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#193023 (or 0x193023) is known color: Cardin Green. HEX triplet: 19, 30 and 23. RGB value is (25,48,35). Sum of RGB (Red+Green+Blue) = 25+48+35=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #193023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193023 is #E6CFDC. Grayscale: #272727. Windows color (decimal): -15126493 or 2306073. OLE color: 2306073.

HSL color Cylindrical-coordinate representation of color #193023: hue angle of 146.09º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #193023 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 48 35 -
CMYK 0.48 0 0.27 0.81
HSL 146.09º 0.32% 0.14% -
HSV(B) 146.09º 0.48% 0.19% -
XYZ 1.76 2.44 1.97 -
YUV 39.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 25 48 35 0.48 0 0.27 0.81 146.09 0.32 0.14
Hex 19 30 23 30 0 1B 51 92 20 E
Octal 31 60 43 60 0 33 121 222 40 16
Binary 11001 110000 100011 110000 0 11011 1010001 10010010 100000 1110

Color Harmonies of #193023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193023

Black with #193023

Text Example


Text Example

White with #193023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193023; }

 p { color: rgb(25,48,35); }

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

background-color css

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

 a { background-color: rgb(25,48,35); }

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

border-color css

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

 span { border-color: rgb(25,48,35); }

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