#283301

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

Shades of Turtle Green #283301

Tints of Turtle Green #283301

Color information

#283301 (or 0x283301) is unknown color: approx Turtle Green. HEX triplet: 28, 33 and 01. RGB value is (40,51,1). Sum of RGB (Red+Green+Blue) = 40+51+1=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #283301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283301 is #D7CCFE. Grayscale: #2A2A2A. Windows color (decimal): -14142719 or 78632. OLE color: 78632.

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

Color convert

RGB40511-
CMYK0.2200.980.8
HSL73.2º96.15%10.2%-
HSV(B)73.2º98.04%20%-
XYZ2.062.820.46-
YUV42.01104.86126.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.48%
GREEN value IS 51 (20.31% from 255) = 55.43%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=43.48%
G=55.43%
B=1.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal405110.2200.980.873.296.1510.2
Hex2833116062504960a
Octal5063126014212011114012
Binary101000110011110110011000101010000100100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283301; }

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

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

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

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

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

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

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

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