Html Css Color HEX #1E2F28 Cardin Green

📋 copy color: '#1E2F28'

red 30 ◦ green 47 ◦ blue 40

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

Shades of Cardin Green #1E2F28

Tints of Cardin Green #1E2F28

RGB

 RED value IS 30 (12.11% from 255) = 25.64%

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

 BLUE value IS 40 (16.02% from 255) = 34.19%

R = 25.64%
G = 40.17%
B = 34.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.82

RGB Variations

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

Color information

#1E2F28 (or 0x1E2F28) is known color: Cardin Green. HEX triplet: 1E, 2F and 28. RGB value is (30,47,40). Sum of RGB (Red+Green+Blue) = 30+47+40=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F28 is #E1D0D7. Grayscale: #292929. Windows color (decimal): -14799064 or 2633502. OLE color: 2633502.

HSL color Cylindrical-coordinate representation of color #1E2F28: hue angle of 155.29º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2F28 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB 30 47 40 -
CMYK 0.36 0 0.15 0.82
HSL 155.29º 0.22% 0.15% -
HSV(B) 155.29º 0.36% 0.18% -
XYZ 1.93 2.46 2.38 -
YUV 41.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 30 47 40 0.36 0 0.15 0.82 155.29 0.22 0.15
Hex 1E 2F 28 24 0 F 52 9B 16 F
Octal 36 57 50 44 0 17 122 233 26 17
Binary 11110 101111 101000 100100 0 1111 1010010 10011011 10110 1111

Color Harmonies of #1E2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2F28

Black with #1E2F28

Text Example


Text Example

White with #1E2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E2F28; }

 p { color: rgb(30,47,40); }

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

background-color css

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

 a { background-color: rgb(30,47,40); }

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

border-color css

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

 span { border-color: rgb(30,47,40); }

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