#102F21

Color #102F21 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #102F21

Tints of Cardin Green #102F21

Color information

#102F21 (or 0x102F21) is unknown color: approx Cardin Green. HEX triplet: 10, 2F and 21. RGB value is (16,47,33). Sum of RGB (Red+Green+Blue) = 16+47+33=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #102F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F21 is #EFD0DE. Grayscale: #242424. Windows color (decimal): -15716575 or 2174736. OLE color: 2174736.

HSL color Cylindrical-coordinate representation of color #102F21: hue angle of 152.9º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #102F21 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB164733-
CMYK0.6600.300.82
HSL152.9º49.21%12.35%-
HSV(B)152.9º65.96%18.43%-
XYZ1.52.251.79-
YUV36.14126.23113.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 47 (18.75% from 255) = 48.96%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=16.67%
G=48.96%
B=34.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1647330.6600.300.82152.949.2112.35
Hex102F214201E529931c
Octal2057411020361222316114
Binary1000010111110000110000100111101010010100110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102F21; }

 p { color: rgb(16,47,33); }

 H1.HeaderClassName
 {
   color: #102F21;
 }
 .AnyTagClassName
 {
   color: #102F21;
 }
</style>
background-color css

<style>
 a { background-color: #102F21; }

 a { background-color: rgb(16,47,33); }

 div.DivClassName
 {
   background-color: #102F21;
 }
 .BgClassName
 {
   background-color: #102F21;
 }
</style>
border-color css

<style>
 span { border-color: #102F21; }

 span { border-color: rgb(16,47,33); }

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