#253002

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

Shades of Turtle Green #253002

Tints of Turtle Green #253002

Color information

#253002 (or 0x253002) is unknown color: approx Turtle Green. HEX triplet: 25, 30 and 02. RGB value is (37,48,2). Sum of RGB (Red+Green+Blue) = 37+48+2=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #253002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253002 is #DACFFD. Grayscale: #272727. Windows color (decimal): -14340094 or 143397. OLE color: 143397.

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

Color convert

RGB37482-
CMYK0.2300.960.81
HSL74.35º92%9.8%-
HSV(B)74.35º95.83%18.82%-
XYZ1.832.510.45-
YUV39.47106.86126.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=42.53%
G=55.17%
B=2.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal374820.2300.960.8174.35929.8
Hex2530217060514a5ca
Octal4560227014012111213412
Binary1001011100001010111011000001010001100101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253002; }

 p { color: rgb(37,48,2); }

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

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

 a { background-color: rgb(37,48,2); }

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

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

 span { border-color: rgb(37,48,2); }

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