Html Css Color HEX #1C965B Sea Green

📋 copy color: '#1C965B'

red 28 ◦ green 150 ◦ blue 91

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

Shades of Sea Green #1C965B

Tints of Sea Green #1C965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 10.41%
G = 55.76%
B = 33.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#1C965B (or 0x1C965B) is known color: Sea Green. HEX triplet: 1C, 96 and 5B. RGB value is (28,150,91). Sum of RGB (Red+Green+Blue) = 28+150+91=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #1C965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C965B is #E369A4. Grayscale: #6A6A6A. Windows color (decimal): -14903717 or 6002204. OLE color: 6002204.

HSL color Cylindrical-coordinate representation of color #1C965B: hue angle of 150.98º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C965B is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 150 91 -
CMYK 0.81 0 0.39 0.41
HSL 150.98º 0.69% 0.35% -
HSV(B) 150.98º 0.81% 0.59% -
XYZ 13.27 22.81 13.6 -
YUV 106.8 119.08 71.8 -
System Red Green Blue C M Y K H S L
Decimal 28 150 91 0.81 0 0.39 0.41 150.98 0.69 0.35
Hex 1C 96 5B 51 0 27 29 97 45 23
Octal 34 226 133 121 0 47 51 227 105 43
Binary 11100 10010110 1011011 1010001 0 100111 101001 10010111 1000101 100011

Color Harmonies of #1C965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C965B

Black with #1C965B

Text Example


Text Example

White with #1C965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,150,91); }

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

background-color css

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

 a { background-color: rgb(28,150,91); }

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

border-color css

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

 span { border-color: rgb(28,150,91); }

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