Html Css Color HEX #10301E Cardin Green

📋 copy color: '#10301E'

red 16 ◦ green 48 ◦ blue 30

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

Shades of Cardin Green #10301E

Tints of Cardin Green #10301E

RGB

 RED value IS 16 (6.64% from 255) = 17.02%

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

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

R = 17.02%
G = 51.06%
B = 31.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#10301E (or 0x10301E) is known color: Cardin Green. HEX triplet: 10, 30 and 1E. RGB value is (16,48,30). Sum of RGB (Red+Green+Blue) = 16+48+30=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #10301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10301E is #EFCFE1. Grayscale: #242424. Windows color (decimal): -15716322 or 1978384. OLE color: 1978384.

HSL color Cylindrical-coordinate representation of color #10301E: hue angle of 146.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10301E is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 48 30 -
CMYK 0.67 0 0.37 0.81
HSL 146.25º 0.5% 0.13% -
HSV(B) 146.25º 0.67% 0.19% -
XYZ 1.5 2.32 1.6 -
YUV 36.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 16 48 30 0.67 0 0.37 0.81 146.25 0.5 0.13
Hex 10 30 1E 43 0 25 51 92 32 D
Octal 20 60 36 103 0 45 121 222 62 15
Binary 10000 110000 11110 1000011 0 100101 1010001 10010010 110010 1101

Color Harmonies of #10301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10301E

Black with #10301E

Text Example


Text Example

White with #10301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,48,30); }

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

background-color css

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

 a { background-color: rgb(16,48,30); }

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

border-color css

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

 span { border-color: rgb(16,48,30); }

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