#302F02

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

Shades of Karaka #302F02

Tints of Karaka #302F02

Color information

#302F02 (or 0x302F02) is unknown color: approx Karaka. HEX triplet: 30, 2F and 02. RGB value is (48,47,2). Sum of RGB (Red+Green+Blue) = 48+47+2=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #302F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F02 is #CFD0FD. Grayscale: #2A2A2A. Windows color (decimal): -13619454 or 143152. OLE color: 143152.

HSL color Cylindrical-coordinate representation of color #302F02: hue angle of 58.7º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #302F02 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB48472-
CMYK00.020.960.81
HSL58.7º92%9.8%-
HSV(B)58.7º95.83%18.82%-
XYZ2.252.670.45-
YUV42.17105.33132.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 47 (18.75% from 255) = 48.45%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=49.48%
G=48.45%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4847200.020.960.8158.7929.8
Hex302F20260513b5ca
Octal60572021401217313412
Binary110000101111100101100000101000111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F02; }

 p { color: rgb(48,47,2); }

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

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

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

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

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

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

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