#253F01

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

Shades of Turtle Green #253F01

Tints of Turtle Green #253F01

Color information

#253F01 (or 0x253F01) is unknown color: approx Turtle Green. HEX triplet: 25, 3F and 01. RGB value is (37,63,1). Sum of RGB (Red+Green+Blue) = 37+63+1=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #253F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253F01 is #DAC0FE. Grayscale: #303030. Windows color (decimal): -14336255 or 81701. OLE color: 81701.

HSL color Cylindrical-coordinate representation of color #253F01: hue angle of 85.16º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #253F01 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB37631-
CMYK0.4100.980.75
HSL85.16º96.88%12.55%-
HSV(B)85.16º98.41%24.71%-
XYZ2.553.950.66-
YUV48.16101.39120.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.63%
GREEN value IS 63 (25% from 255) = 62.38%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=36.63%
G=62.38%
B=0.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal376310.4100.980.7585.1696.8812.55
Hex253F1290624B5561d
Octal4577151014211312514115
Binary1001011111111101001011000101001011101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F01; }

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

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

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

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

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

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

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

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