Html Css Color HEX #30654C Spectra

📋 copy color: '#30654C'

red 48 ◦ green 101 ◦ blue 76

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

Shades of Spectra #30654C

Tints of Spectra #30654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 21.33%
G = 44.89%
B = 33.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#30654C (or 0x30654C) is known color: Spectra. HEX triplet: 30, 65 and 4C. RGB value is (48,101,76). Sum of RGB (Red+Green+Blue) = 48+101+76=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #30654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30654C is #CF9AB3. Grayscale: #525252. Windows color (decimal): -13605556 or 5006640. OLE color: 5006640.

HSL color Cylindrical-coordinate representation of color #30654C: hue angle of 151.7º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30654C is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 76 -
CMYK 0.52 0 0.25 0.60
HSL 151.7º 0.36% 0.29% -
HSV(B) 151.7º 0.52% 0.4% -
XYZ 7.18 10.46 8.48 -
YUV 82.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 48 101 76 0.52 0 0.25 0.60 151.7 0.36 0.29
Hex 30 65 4C 34 0 19 3C 98 24 1D
Octal 60 145 114 64 0 31 74 230 44 35
Binary 110000 1100101 1001100 110100 0 11001 111100 10011000 100100 11101

Color Harmonies of #30654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30654C

Black with #30654C

Text Example


Text Example

White with #30654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30654C; }

 p { color: rgb(48,101,76); }

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

background-color css

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

 a { background-color: rgb(48,101,76); }

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

border-color css

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

 span { border-color: rgb(48,101,76); }

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