#303000

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

Shades of Karaka #303000

Tints of Karaka #303000

Color information

#303000 (or 0x303000) is unknown color: approx Karaka. HEX triplet: 30, 30 and 00. RGB value is (48,48,0). Sum of RGB (Red+Green+Blue) = 48+48+0=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303000 is #CFCFFF. Grayscale: #2A2A2A. Windows color (decimal): -13619200 or 12336. OLE color: 12336.

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

Color convert

RGB48480-
CMYK0010.81
HSL60º100%9.41%-
HSV(B)60º100%18.82%-
XYZ2.282.740.41-
YUV42.53104131.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484800010.81601009.41
Hex303000064513c649
Octal60600001441217414411
Binary1100001100000001100100101000111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303000; }

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

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

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

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

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

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

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

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