#253305

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

Shades of Turtle Green #253305

Tints of Turtle Green #253305

Color information

#253305 (or 0x253305) is unknown color: approx Turtle Green. HEX triplet: 25, 33 and 05. RGB value is (37,51,5). Sum of RGB (Red+Green+Blue) = 37+51+5=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #253305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253305 is #DACCFA. Grayscale: #292929. Windows color (decimal): -14339323 or 340773. OLE color: 340773.

HSL color Cylindrical-coordinate representation of color #253305: hue angle of 78.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253305 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB37515-
CMYK0.2700.900.8
HSL78.26º82.14%10.98%-
HSV(B)78.26º90.2%20%-
XYZ1.972.770.57-
YUV41.57107.36124.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=39.78%
G=54.84%
B=5.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal375150.2700.900.878.2682.1410.98
Hex253351B05A504e52b
Octal4563533013212011612213
Binary10010111001110111011010110101010000100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253305; }

 p { color: rgb(37,51,5); }

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

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

 a { background-color: rgb(37,51,5); }

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

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

 span { border-color: rgb(37,51,5); }

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