Html Css Color HEX #1CBC35 Dark Pastel Green

📋 copy color: '#1CBC35'

red 28 ◦ green 188 ◦ blue 53

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

Shades of Dark Pastel Green #1CBC35

Tints of Dark Pastel Green #1CBC35

RGB

 RED value IS 28 (11.33% from 255) = 10.41%

 GREEN value IS 188 (73.83% from 255) = 69.89%

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 10.41%
G = 69.89%
B = 19.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#1CBC35 (or 0x1CBC35) is known color: Dark Pastel Green. HEX triplet: 1C, BC and 35. RGB value is (28,188,53). Sum of RGB (Red+Green+Blue) = 28+188+53=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC35 is #E343CA. Grayscale: #7D7D7D. Windows color (decimal): -14894027 or 3521564. OLE color: 3521564.

HSL color Cylindrical-coordinate representation of color #1CBC35: hue angle of 129.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC35 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 188 53 -
CMYK 0.85 0 0.72 0.26
HSL 129.38º 0.74% 0.42% -
HSV(B) 129.38º 0.85% 0.74% -
XYZ 19.1 36.47 9.4 -
YUV 124.77 87.49 58.98 -
System Red Green Blue C M Y K H S L
Decimal 28 188 53 0.85 0 0.72 0.26 129.38 0.74 0.42
Hex 1C BC 35 55 0 48 1A 81 4A 2A
Octal 34 274 65 125 0 110 32 201 112 52
Binary 11100 10111100 110101 1010101 0 1001000 11010 10000001 1001010 101010

Color Harmonies of #1CBC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC35

Black with #1CBC35

Text Example


Text Example

White with #1CBC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBC35; }

 p { color: rgb(28,188,53); }

 H1.HeaderClassName
 {
   color: #1CBC35;
 }
 .AnyTagClassName
 {
   color: #1CBC35;
 }
</style>

background-color css

<style>
 a { background-color: #1CBC35; }

 a { background-color: rgb(28,188,53); }

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

border-color css

<style>
 span { border-color: #1CBC35; }

 span { border-color: rgb(28,188,53); }

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