Html Css Color HEX #00CB13 Dark Pastel Green

📋 copy color: '#00CB13'

red 0 ◦ green 203 ◦ blue 19

#00CB13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #00CB13

Tints of Dark Pastel Green #00CB13

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 203 (79.69% from 255) = 91.44%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 0%
G = 91.44%
B = 8.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#00CB13 (or 0x00CB13) is known color: Dark Pastel Green. HEX triplet: 00, CB and 13. RGB value is (0,203,19). Sum of RGB (Red+Green+Blue) = 0+203+19=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 203 (79.69% from 255 or 91.44% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CB13 is #FF34EC. Grayscale: #797979. Windows color (decimal): -16725229 or 1297152. OLE color: 1297152.

HSL color Cylindrical-coordinate representation of color #00CB13: hue angle of 125.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB13 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 203 19 -
CMYK 1 0 0.91 0.20
HSL 125.62º 1% 0.4% -
HSV(B) 125.62º 1% 0.8% -
XYZ 21.47 42.76 7.74 -
YUV 121.33 70.25 41.46 -
System Red Green Blue C M Y K H S L
Decimal 0 203 19 1 0 0.91 0.20 125.62 1 0.4
Hex 0 CB 13 64 0 5B 14 7E 64 28
Octal 0 313 23 144 0 133 24 176 144 50
Binary 0 11001011 10011 1100100 0 1011011 10100 1111110 1100100 101000

Color Harmonies of #00CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CB13

Black with #00CB13

Text Example


Text Example

White with #00CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,203,19); }

 H1.HeaderClassName
 {
   color: #00CB13;
 }
 .AnyTagClassName
 {
   color: #00CB13;
 }
</style>

background-color css

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

 a { background-color: rgb(0,203,19); }

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

border-color css

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

 span { border-color: rgb(0,203,19); }

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