#303C00

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

Shades of Turtle Green #303C00

Tints of Turtle Green #303C00

Color information

#303C00 (or 0x303C00) is unknown color: approx Turtle Green. HEX triplet: 30, 3C and 00. RGB value is (48,60,0). Sum of RGB (Red+Green+Blue) = 48+60+0=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #303C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303C00 is #CFC3FF. Grayscale: #313131. Windows color (decimal): -13616128 or 15408. OLE color: 15408.

HSL color Cylindrical-coordinate representation of color #303C00: hue angle of 72º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #303C00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB48600-
CMYK0.20010.76
HSL72º100%11.76%-
HSV(B)72º100%23.53%-
XYZ2.833.860.6-
YUV49.57100.02126.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 60 (23.83% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal486000.20010.767210011.76
Hex303C0140644C4864c
Octal6074024014411411014414
Binary110000111100010100011001001001100100100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303C00; }

 p { color: rgb(48,60,0); }

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

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

 a { background-color: rgb(48,60,0); }

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

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

 span { border-color: rgb(48,60,0); }

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