#285101

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

Shades of Turtle Green #285101

Tints of Turtle Green #285101

Color information

#285101 (or 0x285101) is unknown color: approx Turtle Green. HEX triplet: 28, 51 and 01. RGB value is (40,81,1). Sum of RGB (Red+Green+Blue) = 40+81+1=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #285101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285101 is #D7AEFE. Grayscale: #3B3B3B. Windows color (decimal): -14135039 or 86312. OLE color: 86312.

HSL color Cylindrical-coordinate representation of color #285101: hue angle of 90.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #285101 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB40811-
CMYK0.5100.990.68
HSL90.75º97.56%16.08%-
HSV(B)90.75º98.77%31.76%-
XYZ3.826.341.05-
YUV59.6294.92114-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 81 (32.03% from 255) = 66.39%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=32.79%
G=66.39%
B=0.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal408110.5100.990.6890.7597.5616.08
Hex2851133063445b6210
Octal50121163014310413314220
Binary101000101000111100110110001110001001011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285101; }

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

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

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

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

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

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

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

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