#00B13A

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

Shades of Dark Pastel Green #00B13A

Tints of Dark Pastel Green #00B13A

Color information

#00B13A (or 0x00B13A) is unknown color: approx Dark Pastel Green. HEX triplet: 00, B1 and 3A. RGB value is (0,177,58). Sum of RGB (Red+Green+Blue) = 0+177+58=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 177 (69.53% from 255 or 75.32% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 177 - color contains mainly: green. Hex color #00B13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00B13A is #FF4EC5. Grayscale: #6E6E6E. Windows color (decimal): -16731846 or 3846400. OLE color: 3846400.

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

Color convert

RGB017758-
CMYK100.670.31
HSL139.66º100%34.71%-
HSV(B)139.66º100%69.41%-
XYZ16.4931.759.26-
YUV110.5198.3649.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 177 (69.53% from 255) = 75.32%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=0%
G=75.32%
B=24.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017758100.670.31139.6610034.71
Hex0B13A640431F8c6423
Octal02617214401033721414443
Binary01011000111101011001000100001111111100011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,177,58); }

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

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

 a { background-color: rgb(0,177,58); }

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

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

 span { border-color: rgb(0,177,58); }

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