#254800

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

Shades of Turtle Green #254800

Tints of Turtle Green #254800

Color information

#254800 (or 0x254800) is unknown color: approx Turtle Green. HEX triplet: 25, 48 and 00. RGB value is (37,72,0). Sum of RGB (Red+Green+Blue) = 37+72+0=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #254800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254800 is #DAB7FF. Grayscale: #353535. Windows color (decimal): -14333952 or 18469. OLE color: 18469.

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

Color convert

RGB37720-
CMYK0.49010.72
HSL89.17º100%14.12%-
HSV(B)89.17º100%28.24%-
XYZ3.085.030.81-
YUV53.3397.9116.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.94%
G=66.06%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal377200.49010.7289.1710014.12
Hex2548031064485964e
Octal45110061014411013114416
Binary10010110010000110001011001001001000101100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254800; }

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

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

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

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

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

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

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

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