#2D2E01

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

Shades of Karaka #2D2E01

Tints of Karaka #2D2E01

Color information

#2D2E01 (or 0x2D2E01) is unknown color: approx Karaka. HEX triplet: 2D, 2E and 01. RGB value is (45,46,1). Sum of RGB (Red+Green+Blue) = 45+46+1=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #2D2E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2E01 is #D2D1FE. Grayscale: #282828. Windows color (decimal): -13816319 or 77357. OLE color: 77357.

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

Color convert

RGB45461-
CMYK0.0200.980.82
HSL61.33º95.74%9.22%-
HSV(B)61.33º97.83%18.04%-
XYZ2.062.510.41-
YUV40.57105.67131.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 48.91%
GREEN value IS 46 (18.36% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=48.91%
G=50%
B=1.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal454610.0200.980.8261.3395.749.22
Hex2D2E12062523d609
Octal55561201421227514011
Binary10110110111011001100010101001011110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,46,1); }

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

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

 a { background-color: rgb(45,46,1); }

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

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

 span { border-color: rgb(45,46,1); }

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