Html Css Color HEX #303002 Karaka

📋 copy color: '#303002'

red 48 ◦ green 48 ◦ blue 2

#303002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #303002

Tints of Karaka #303002

RGB

 RED value IS 48 (19.14% from 255) = 48.98%

 GREEN value IS 48 (19.14% from 255) = 48.98%

 BLUE value IS 2 (1.17% from 255) = 2.04%

R = 48.98%
G = 48.98%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#303002 (or 0x303002) is known color: Karaka. HEX triplet: 30, 30 and 02. RGB value is (48,48,2). Sum of RGB (Red+Green+Blue) = 48+48+2=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303002 is #CFCFFD. Grayscale: #2A2A2A. Windows color (decimal): -13619198 or 143408. OLE color: 143408.

HSL color Cylindrical-coordinate representation of color #303002: hue angle of 60º 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 #303002 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 2 -
CMYK 0 0 0.96 0.81
HSL 60º 0.92% 0.1% -
HSV(B) 60º 0.96% 0.19% -
XYZ 2.29 2.75 0.47 -
YUV 42.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 48 48 2 0 0 0.96 0.81 60 0.92 0.1
Hex 30 30 2 0 0 60 51 3C 5C A
Octal 60 60 2 0 0 140 121 74 134 12
Binary 110000 110000 10 0 0 1100000 1010001 111100 1011100 1010

Color Harmonies of #303002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303002

Black with #303002

Text Example


Text Example

White with #303002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303002; }

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

 H1.HeaderClassName
 {
   color: #303002;
 }
 .AnyTagClassName
 {
   color: #303002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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