#254900

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

Shades of Turtle Green #254900

Tints of Turtle Green #254900

Color information

#254900 (or 0x254900) is unknown color: approx Turtle Green. HEX triplet: 25, 49 and 00. RGB value is (37,73,0). Sum of RGB (Red+Green+Blue) = 37+73+0=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #254900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254900 is #DAB6FF. Grayscale: #363636. Windows color (decimal): -14333696 or 18725. OLE color: 18725.

HSL color Cylindrical-coordinate representation of color #254900: hue angle of 89.59º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #254900 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB37730-
CMYK0.49010.71
HSL89.59º100%14.31%-
HSV(B)89.59º100%28.63%-
XYZ3.155.160.83-
YUV53.9197.57115.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 73 (28.91% from 255) = 66.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.64%
G=66.36%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal377300.49010.7189.5910014.31
Hex2549031064475a64e
Octal45111061014410713214416
Binary10010110010010110001011001001000111101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254900; }

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

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

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

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

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

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

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

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