#2E2F1B

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

Shades of Karaka #2E2F1B

Tints of Karaka #2E2F1B

Color information

#2E2F1B (or 0x2E2F1B) is unknown color: approx Karaka. HEX triplet: 2E, 2F and 1B. RGB value is (46,47,27). Sum of RGB (Red+Green+Blue) = 46+47+27=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F1B is #D1D0E4. Grayscale: #2C2C2C. Windows color (decimal): -13750501 or 1781550. OLE color: 1781550.

HSL color Cylindrical-coordinate representation of color #2E2F1B: hue angle of 63º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E2F1B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB464727-
CMYK0.0200.430.82
HSL63º27.03%14.51%-
HSV(B)63º42.55%18.43%-
XYZ2.342.691.43-
YUV44.42118.17129.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=38.33%
G=39.17%
B=22.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4647270.0200.430.826327.0314.51
Hex2E2F1B202B523f1bf
Octal5657332053122773317
Binary101110101111110111001010111010010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,47,27); }

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

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

 a { background-color: rgb(46,47,27); }

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

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

 span { border-color: rgb(46,47,27); }

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