#2E2F0A

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

Shades of Karaka #2E2F0A

Tints of Karaka #2E2F0A

Color information

#2E2F0A (or 0x2E2F0A) is unknown color: approx Karaka. HEX triplet: 2E, 2F and 0A. RGB value is (46,47,10). Sum of RGB (Red+Green+Blue) = 46+47+10=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2F0A is #D1D0F5. Grayscale: #2A2A2A. Windows color (decimal): -13750518 or 667438. OLE color: 667438.

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

Color convert

RGB464710-
CMYK0.0200.790.82
HSL61.62º64.91%11.18%-
HSV(B)61.62º78.72%18.43%-
XYZ2.22.640.68-
YUV42.48109.67130.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 47 (18.75% from 255) = 45.63%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=44.66%
G=45.63%
B=9.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4647100.0200.790.8261.6264.9111.18
Hex2E2FA204F523e41b
Octal565712201171227610113
Binary10111010111110101001001111101001011111010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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