#283302

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

Shades of Turtle Green #283302

Tints of Turtle Green #283302

Color information

#283302 (or 0x283302) is unknown color: approx Turtle Green. HEX triplet: 28, 33 and 02. RGB value is (40,51,2). Sum of RGB (Red+Green+Blue) = 40+51+2=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #283302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283302 is #D7CCFD. Grayscale: #2A2A2A. Windows color (decimal): -14142718 or 144168. OLE color: 144168.

HSL color Cylindrical-coordinate representation of color #283302: hue angle of 73.47º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #283302 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB40512-
CMYK0.2200.960.8
HSL73.47º92.45%10.39%-
HSV(B)73.47º96.08%20%-
XYZ2.072.820.49-
YUV42.12105.36126.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=43.01%
G=54.84%
B=2.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal405120.2200.960.873.4792.4510.39
Hex283321606050495ca
Octal5063226014012011113412
Binary1010001100111010110011000001010000100100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283302; }

 p { color: rgb(40,51,2); }

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

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

 a { background-color: rgb(40,51,2); }

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

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

 span { border-color: rgb(40,51,2); }

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