Html Css Color HEX #308E6E Viridian

📋 copy color: '#308E6E'

red 48 ◦ green 142 ◦ blue 110

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

Shades of Viridian #308E6E

Tints of Viridian #308E6E

RGB

 RED value IS 48 (19.14% from 255) = 16%

 GREEN value IS 142 (55.86% from 255) = 47.33%

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 16%
G = 47.33%
B = 36.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#308E6E (or 0x308E6E) is known color: Viridian. HEX triplet: 30, 8E and 6E. RGB value is (48,142,110). Sum of RGB (Red+Green+Blue) = 48+142+110=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #308E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E6E is #CF7191. Grayscale: #6E6E6E. Windows color (decimal): -13595026 or 7245360. OLE color: 7245360.

HSL color Cylindrical-coordinate representation of color #308E6E: hue angle of 159.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E6E is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 110 -
CMYK 0.66 0 0.23 0.44
HSL 159.57º 0.49% 0.37% -
HSV(B) 159.57º 0.66% 0.56% -
XYZ 13.71 21.1 18.1 -
YUV 110.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 48 142 110 0.66 0 0.23 0.44 159.57 0.49 0.37
Hex 30 8E 6E 42 0 17 2C A0 31 25
Octal 60 216 156 102 0 27 54 240 61 45
Binary 110000 10001110 1101110 1000010 0 10111 101100 10100000 110001 100101

Color Harmonies of #308E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E6E

Black with #308E6E

Text Example


Text Example

White with #308E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308E6E; }

 p { color: rgb(48,142,110); }

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

background-color css

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

 a { background-color: rgb(48,142,110); }

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

border-color css

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

 span { border-color: rgb(48,142,110); }

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