#00B32A

Color #00B32A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00B32A

Tints of Dark Pastel Green #00B32A

Color information

#00B32A (or 0x00B32A) is unknown color: approx Dark Pastel Green. HEX triplet: 00, B3 and 2A. RGB value is (0,179,42). Sum of RGB (Red+Green+Blue) = 0+179+42=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 179 (70.31% from 255 or 81.00% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 179 - color contains mainly: green. Hex color #00B32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B32A is #FF4CD5. Grayscale: #6E6E6E. Windows color (decimal): -16731350 or 2798336. OLE color: 2798336.

HSL color Cylindrical-coordinate representation of color #00B32A: hue angle of 134.08º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B32A is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB017942-
CMYK100.770.30
HSL134.08º100%35.1%-
HSV(B)134.08º100%70.2%-
XYZ16.5432.417.57-
YUV109.8689.749.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 179 (70.31% from 255) = 81.00%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=0%
G=81.00%
B=19.00%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal017942100.770.30134.0810035.1
Hex0B32A6404D1E866423
Octal02635214401153620614443
Binary01011001110101011001000100110111110100001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B32A; }

 p { color: rgb(0,179,42); }

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

<style>
 a { background-color: #00B32A; }

 a { background-color: rgb(0,179,42); }

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

<style>
 span { border-color: #00B32A; }

 span { border-color: rgb(0,179,42); }

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