Html Css Color HEX #155033 County Green

📋 copy color: '#155033'

red 21 ◦ green 80 ◦ blue 51

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

Shades of County Green #155033

Tints of County Green #155033

RGB

 RED value IS 21 (8.59% from 255) = 13.82%

 GREEN value IS 80 (31.64% from 255) = 52.63%

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 13.82%
G = 52.63%
B = 33.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#155033 (or 0x155033) is known color: County Green. HEX triplet: 15, 50 and 33. RGB value is (21,80,51). Sum of RGB (Red+Green+Blue) = 21+80+51=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #155033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155033 is #EAAFCC. Grayscale: #3B3B3B. Windows color (decimal): -15380429 or 3362837. OLE color: 3362837.

HSL color Cylindrical-coordinate representation of color #155033: hue angle of 150.51º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155033 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 51 -
CMYK 0.74 0 0.36 0.69
HSL 150.51º 0.58% 0.2% -
HSV(B) 150.51º 0.74% 0.31% -
XYZ 3.78 6.14 4.12 -
YUV 59.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 21 80 51 0.74 0 0.36 0.69 150.51 0.58 0.2
Hex 15 50 33 4A 0 24 45 97 3A 14
Octal 25 120 63 112 0 44 105 227 72 24
Binary 10101 1010000 110011 1001010 0 100100 1000101 10010111 111010 10100

Color Harmonies of #155033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155033

Black with #155033

Text Example


Text Example

White with #155033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155033; }

 p { color: rgb(21,80,51); }

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

background-color css

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

 a { background-color: rgb(21,80,51); }

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

border-color css

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

 span { border-color: rgb(21,80,51); }

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