#255000

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

Shades of Turtle Green #255000

Tints of Turtle Green #255000

Color information

#255000 (or 0x255000) is unknown color: approx Turtle Green. HEX triplet: 25, 50 and 00. RGB value is (37,80,0). Sum of RGB (Red+Green+Blue) = 37+80+0=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #255000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255000 is #DAAFFF. Grayscale: #3A3A3A. Windows color (decimal): -14331904 or 20517. OLE color: 20517.

HSL color Cylindrical-coordinate representation of color #255000: hue angle of 92.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #255000 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB37800-
CMYK0.54010.69
HSL92.25º100%15.69%-
HSV(B)92.25º100%31.37%-
XYZ3.636.130.99-
YUV58.0295.25113-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 80 (31.64% from 255) = 68.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.62%
G=68.38%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378000.54010.6992.2510015.69
Hex2550036064455c6410
Octal45120066014410513414420
Binary100101101000001101100110010010001011011100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255000; }

 p { color: rgb(37,80,0); }

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

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

 a { background-color: rgb(37,80,0); }

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

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

 span { border-color: rgb(37,80,0); }

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