#2F3007

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

Shades of Karaka #2F3007

Tints of Karaka #2F3007

Color information

#2F3007 (or 0x2F3007) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 07. RGB value is (47,48,7). Sum of RGB (Red+Green+Blue) = 47+48+7=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3007 is #D0CFF8. Grayscale: #2B2B2B. Windows color (decimal): -13684729 or 471087. OLE color: 471087.

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

Color convert

RGB47487-
CMYK0.0200.850.81
HSL61.46º74.55%10.78%-
HSV(B)61.46º85.42%18.82%-
XYZ2.272.730.61-
YUV43.03107.67130.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 46.08%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 7 (3.12% from 255) = 6.86%
R=46.08%
G=47.06%
B=6.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal474870.0200.850.8161.4674.5510.78
Hex2F3072055513d4bb
Octal57607201251217511313
Binary1011111100001111001010101101000111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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