#2F3018

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

Shades of Karaka #2F3018

Tints of Karaka #2F3018

Color information

#2F3018 (or 0x2F3018) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 18. RGB value is (47,48,24). Sum of RGB (Red+Green+Blue) = 47+48+24=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3018 is #D0CFE7. Grayscale: #2D2D2D. Windows color (decimal): -13684712 or 1585199. OLE color: 1585199.

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

Color convert

RGB474824-
CMYK0.0200.50.81
HSL62.5º33.33%14.12%-
HSV(B)62.5º50%18.82%-
XYZ2.392.781.28-
YUV44.96116.17129.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.50%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=39.50%
G=40.34%
B=20.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748240.0200.50.8162.533.3314.12
Hex2F30182032513e21e
Octal5760302062121764116
Binary1011111100001100010011001010100011111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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