Html Css Color HEX #10271C Cardin Green

📋 copy color: '#10271C'

red 16 ◦ green 39 ◦ blue 28

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

Shades of Cardin Green #10271C

Tints of Cardin Green #10271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 46.99%

 BLUE value IS 28 (11.33% from 255) = 33.73%

R = 19.28%
G = 46.99%
B = 33.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#10271C (or 0x10271C) is known color: Cardin Green. HEX triplet: 10, 27 and 1C. RGB value is (16,39,28). Sum of RGB (Red+Green+Blue) = 16+39+28=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #10271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271C is #EFD8E3. Grayscale: #1E1E1E. Windows color (decimal): -15718628 or 1845008. OLE color: 1845008.

HSL color Cylindrical-coordinate representation of color #10271C: hue angle of 151.3º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #10271C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 39 28 -
CMYK 0.59 0 0.28 0.85
HSL 151.3º 0.42% 0.11% -
HSV(B) 151.3º 0.59% 0.15% -
XYZ 1.15 1.65 1.36 -
YUV 30.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 16 39 28 0.59 0 0.28 0.85 151.3 0.42 0.11
Hex 10 27 1C 3B 0 1C 55 97 2A B
Octal 20 47 34 73 0 34 125 227 52 13
Binary 10000 100111 11100 111011 0 11100 1010101 10010111 101010 1011

Color Harmonies of #10271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10271C

Black with #10271C

Text Example


Text Example

White with #10271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10271C; }

 p { color: rgb(16,39,28); }

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

background-color css

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

 a { background-color: rgb(16,39,28); }

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

border-color css

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

 span { border-color: rgb(16,39,28); }

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