Html Css Color HEX #008262 Tropical Rain Forest

📋 copy color: '#008262'

red 0 ◦ green 130 ◦ blue 98

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

Shades of Tropical Rain Forest #008262

Tints of Tropical Rain Forest #008262

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 57.02%

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 0%
G = 57.02%
B = 42.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#008262 (or 0x008262) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 62. RGB value is (0,130,98). Sum of RGB (Red+Green+Blue) = 0+130+98=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #008262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008262 is #FF7D9D. Grayscale: #575757. Windows color (decimal): -16743838 or 6455808. OLE color: 6455808.

HSL color Cylindrical-coordinate representation of color #008262: hue angle of 165.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008262 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 130 98 -
CMYK 1 0 0.25 0.49
HSL 165.23º 1% 0.25% -
HSV(B) 165.23º 1% 0.51% -
XYZ 10.19 16.85 14.27 -
YUV 87.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 0 130 98 1 0 0.25 0.49 165.23 1 0.25
Hex 0 82 62 64 0 19 31 A5 64 19
Octal 0 202 142 144 0 31 61 245 144 31
Binary 0 10000010 1100010 1100100 0 11001 110001 10100101 1100100 11001

Color Harmonies of #008262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008262

Black with #008262

Text Example


Text Example

White with #008262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008262; }

 p { color: rgb(0,130,98); }

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

background-color css

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

 a { background-color: rgb(0,130,98); }

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

border-color css

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

 span { border-color: rgb(0,130,98); }

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