Html Css Color HEX #00CB1D Dark Pastel Green

📋 copy color: '#00CB1D'

red 0 ◦ green 203 ◦ blue 29

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

Shades of Dark Pastel Green #00CB1D

Tints of Dark Pastel Green #00CB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 0%
G = 87.5%
B = 12.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#00CB1D (or 0x00CB1D) is known color: Dark Pastel Green. HEX triplet: 00, CB and 1D. RGB value is (0,203,29). Sum of RGB (Red+Green+Blue) = 0+203+29=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 203 (79.69% from 255 or 87.5% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CB1D is #FF34E2. Grayscale: #7A7A7A. Windows color (decimal): -16725219 or 1952512. OLE color: 1952512.

HSL color Cylindrical-coordinate representation of color #00CB1D: hue angle of 128.57º 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 #00CB1D is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 203 29 -
CMYK 1 0 0.86 0.20
HSL 128.57º 1% 0.4% -
HSV(B) 128.57º 1% 0.8% -
XYZ 21.58 42.8 8.29 -
YUV 122.47 75.25 40.65 -
System Red Green Blue C M Y K H S L
Decimal 0 203 29 1 0 0.86 0.20 128.57 1 0.4
Hex 0 CB 1D 64 0 56 14 81 64 28
Octal 0 313 35 144 0 126 24 201 144 50
Binary 0 11001011 11101 1100100 0 1010110 10100 10000001 1100100 101000

Color Harmonies of #00CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CB1D

Black with #00CB1D

Text Example


Text Example

White with #00CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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