#00C133

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

Shades of Dark Pastel Green #00C133

Tints of Dark Pastel Green #00C133

Color information

#00C133 (or 0x00C133) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C1 and 33. RGB value is (0,193,51). Sum of RGB (Red+Green+Blue) = 0+193+51=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #00C133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C133 is #FF3ECC. Grayscale: #777777. Windows color (decimal): -16727757 or 3391744. OLE color: 3391744.

HSL color Cylindrical-coordinate representation of color #00C133: hue angle of 135.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C133 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB019351-
CMYK100.740.24
HSL135.85º100%37.84%-
HSV(B)135.85º100%75.69%-
XYZ19.6738.389.5-
YUV119.189.5643.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 79.10%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=0%
G=79.10%
B=20.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019351100.740.24135.8510037.84
Hex0C1336404A18886426
Octal03016314401123021014446
Binary01100000111001111001000100101011000100010001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,193,51); }

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

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

 a { background-color: rgb(0,193,51); }

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

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

 span { border-color: rgb(0,193,51); }

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