Html Css Color HEX #19231E Cardin Green

📋 copy color: '#19231E'

red 25 ◦ green 35 ◦ blue 30

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

Shades of Cardin Green #19231E

Tints of Cardin Green #19231E

RGB

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

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

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

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#19231E (or 0x19231E) is known color: Cardin Green. HEX triplet: 19, 23 and 1E. RGB value is (25,35,30). Sum of RGB (Red+Green+Blue) = 25+35+30=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 35 - color contains mainly: green. Hex color #19231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19231E is #E6DCE1. Grayscale: #1F1F1F. Windows color (decimal): -15129826 or 1975065. OLE color: 1975065.

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

Color convert

RGB 25 35 30 -
CMYK 0.29 0 0.14 0.86
HSL 150º 0.17% 0.12% -
HSV(B) 150º 0.29% 0.14% -
XYZ 1.24 1.5 1.45 -
YUV 31.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 25 35 30 0.29 0 0.14 0.86 150 0.17 0.12
Hex 19 23 1E 1D 0 E 56 96 11 C
Octal 31 43 36 35 0 16 126 226 21 14
Binary 11001 100011 11110 11101 0 1110 1010110 10010110 10001 1100

Color Harmonies of #19231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19231E

Black with #19231E

Text Example


Text Example

White with #19231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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