#2F3003

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

Shades of Karaka #2F3003

Tints of Karaka #2F3003

Color information

#2F3003 (or 0x2F3003) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 03. RGB value is (47,48,3). Sum of RGB (Red+Green+Blue) = 47+48+3=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3003 is #D0CFFC. Grayscale: #2A2A2A. Windows color (decimal): -13684733 or 208943. OLE color: 208943.

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

Color convert

RGB47483-
CMYK0.0200.940.81
HSL61.33º88.24%10%-
HSV(B)61.33º93.75%18.82%-
XYZ2.252.720.49-
YUV42.57105.67131.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.96%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=47.96%
G=48.98%
B=3.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal474830.0200.940.8161.3388.2410
Hex2F303205E513d58a
Octal57603201361217513012
Binary101111110000111001011110101000111110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3003; }

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

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

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

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

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

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

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

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