#253101

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

Shades of Turtle Green #253101

Tints of Turtle Green #253101

Color information

#253101 (or 0x253101) is unknown color: approx Turtle Green. HEX triplet: 25, 31 and 01. RGB value is (37,49,1). Sum of RGB (Red+Green+Blue) = 37+49+1=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #253101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253101 is #DACEFE. Grayscale: #282828. Windows color (decimal): -14339839 or 78117. OLE color: 78117.

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

Color convert

RGB37491-
CMYK0.2400.980.81
HSL75º96%9.8%-
HSV(B)75º97.96%19.22%-
XYZ1.872.590.43-
YUV39.94106.02125.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=42.53%
G=56.32%
B=1.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal374910.2400.980.8175969.8
Hex2531118062514b60a
Octal4561130014212111314012
Binary100101110001111000011000101010001100101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253101; }

 p { color: rgb(37,49,1); }

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

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

 a { background-color: rgb(37,49,1); }

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

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

 span { border-color: rgb(37,49,1); }

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