#242E00

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

Shades of Turtle Green #242E00

Tints of Turtle Green #242E00

Color information

#242E00 (or 0x242E00) is unknown color: approx Turtle Green. HEX triplet: 24, 2E and 00. RGB value is (36,46,0). Sum of RGB (Red+Green+Blue) = 36+46+0=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #242E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242E00 is #DBD1FF. Grayscale: #252525. Windows color (decimal): -14406144 or 11812. OLE color: 11812.

HSL color Cylindrical-coordinate representation of color #242E00: hue angle of 73.04º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #242E00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB36460-
CMYK0.22010.82
HSL73.04º100%9.02%-
HSV(B)73.04º100%18.04%-
XYZ1.72.330.36-
YUV37.77106.69126.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 46 (18.36% from 255) = 56.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.90%
G=56.10%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal364600.22010.8273.041009.02
Hex242E0160645249649
Octal4456026014412211114411
Binary100100101110010110011001001010010100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242E00; }

 p { color: rgb(36,46,0); }

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

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

 a { background-color: rgb(36,46,0); }

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

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

 span { border-color: rgb(36,46,0); }

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