Html Css Color HEX #02946B Observatory

📋 copy color: '#02946B'

red 2 ◦ green 148 ◦ blue 107

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

Shades of Observatory #02946B

Tints of Observatory #02946B

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

 GREEN value IS 148 (58.2% from 255) = 57.59%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 0.78%
G = 57.59%
B = 41.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#02946B (or 0x02946B) is known color: Observatory. HEX triplet: 02, 94 and 6B. RGB value is (2,148,107). Sum of RGB (Red+Green+Blue) = 2+148+107=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #02946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02946B is #FD6B94. Grayscale: #636363. Windows color (decimal): -16608149 or 7050242. OLE color: 7050242.

HSL color Cylindrical-coordinate representation of color #02946B: hue angle of 163.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02946B is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 148 107 -
CMYK 0.99 0 0.28 0.42
HSL 163.15º 0.97% 0.29% -
HSV(B) 163.15º 0.99% 0.58% -
XYZ 13.27 22.25 17.51 -
YUV 99.67 132.13 58.33 -
System Red Green Blue C M Y K H S L
Decimal 2 148 107 0.99 0 0.28 0.42 163.15 0.97 0.29
Hex 2 94 6B 63 0 1C 2A A3 61 1D
Octal 2 224 153 143 0 34 52 243 141 35
Binary 10 10010100 1101011 1100011 0 11100 101010 10100011 1100001 11101

Color Harmonies of #02946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02946B

Black with #02946B

Text Example


Text Example

White with #02946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02946B; }

 p { color: rgb(2,148,107); }

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

background-color css

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

 a { background-color: rgb(2,148,107); }

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

border-color css

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

 span { border-color: rgb(2,148,107); }

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