Html Css Color HEX #47A26C Ocean Green

📋 copy color: '#47A26C'

red 71 ◦ green 162 ◦ blue 108

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

Shades of Ocean Green #47A26C

Tints of Ocean Green #47A26C

RGB

 RED value IS 71 (28.13% from 255) = 20.82%

 GREEN value IS 162 (63.67% from 255) = 47.51%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 20.82%
G = 47.51%
B = 31.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#47A26C (or 0x47A26C) is known color: Ocean Green. HEX triplet: 47, A2 and 6C. RGB value is (71,162,108). Sum of RGB (Red+Green+Blue) = 71+162+108=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #47A26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A26C is #B85D93. Grayscale: #808080. Windows color (decimal): -12082580 or 7119431. OLE color: 7119431.

HSL color Cylindrical-coordinate representation of color #47A26C: hue angle of 144.4º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A26C is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 162 108 -
CMYK 0.56 0 0.33 0.36
HSL 144.4º 0.39% 0.46% -
HSV(B) 144.4º 0.56% 0.64% -
XYZ 18.23 28.26 18.68 -
YUV 128.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 71 162 108 0.56 0 0.33 0.36 144.4 0.39 0.46
Hex 47 A2 6C 38 0 21 24 90 27 2E
Octal 107 242 154 70 0 41 44 220 47 56
Binary 1000111 10100010 1101100 111000 0 100001 100100 10010000 100111 101110

Color Harmonies of #47A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A26C

Black with #47A26C

Text Example


Text Example

White with #47A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A26C; }

 p { color: rgb(71,162,108); }

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

background-color css

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

 a { background-color: rgb(71,162,108); }

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

border-color css

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

 span { border-color: rgb(71,162,108); }

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