Html Css Color HEX #1CB935 Dark Pastel Green

📋 copy color: '#1CB935'

red 28 ◦ green 185 ◦ blue 53

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

Shades of Dark Pastel Green #1CB935

Tints of Dark Pastel Green #1CB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 69.55%

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

R = 10.53%
G = 69.55%
B = 19.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#1CB935 (or 0x1CB935) is known color: Dark Pastel Green. HEX triplet: 1C, B9 and 35. RGB value is (28,185,53). Sum of RGB (Red+Green+Blue) = 28+185+53=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB935 is #E346CA. Grayscale: #7B7B7B. Windows color (decimal): -14894795 or 3520796. OLE color: 3520796.

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

Color convert

RGB 28 185 53 -
CMYK 0.85 0 0.71 0.27
HSL 129.55º 0.74% 0.42% -
HSV(B) 129.55º 0.85% 0.73% -
XYZ 18.47 35.2 9.19 -
YUV 123.01 88.49 60.23 -
System Red Green Blue C M Y K H S L
Decimal 28 185 53 0.85 0 0.71 0.27 129.55 0.74 0.42
Hex 1C B9 35 55 0 47 1B 82 4A 2A
Octal 34 271 65 125 0 107 33 202 112 52
Binary 11100 10111001 110101 1010101 0 1000111 11011 10000010 1001010 101010

Color Harmonies of #1CB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB935

Black with #1CB935

Text Example


Text Example

White with #1CB935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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