Html Css Color HEX #10382A Cardin Green

📋 copy color: '#10382A'

red 16 ◦ green 56 ◦ blue 42

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

Shades of Cardin Green #10382A

Tints of Cardin Green #10382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 49.12%

 BLUE value IS 42 (16.8% from 255) = 36.84%

R = 14.04%
G = 49.12%
B = 36.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#10382A (or 0x10382A) is known color: Cardin Green. HEX triplet: 10, 38 and 2A. RGB value is (16,56,42). Sum of RGB (Red+Green+Blue) = 16+56+42=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #10382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10382A is #EFC7D5. Grayscale: #2A2A2A. Windows color (decimal): -15714262 or 2766864. OLE color: 2766864.

HSL color Cylindrical-coordinate representation of color #10382A: hue angle of 159º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10382A is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 56 42 -
CMYK 0.71 0 0.25 0.78
HSL 159º 0.56% 0.14% -
HSV(B) 159º 0.71% 0.22% -
XYZ 2.05 3.11 2.68 -
YUV 42.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 16 56 42 0.71 0 0.25 0.78 159 0.56 0.14
Hex 10 38 2A 47 0 19 4E 9F 38 E
Octal 20 70 52 107 0 31 116 237 70 16
Binary 10000 111000 101010 1000111 0 11001 1001110 10011111 111000 1110

Color Harmonies of #10382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10382A

Black with #10382A

Text Example


Text Example

White with #10382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10382A; }

 p { color: rgb(16,56,42); }

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

background-color css

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

 a { background-color: rgb(16,56,42); }

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

border-color css

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

 span { border-color: rgb(16,56,42); }

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