Html Css Color HEX #303D30 Gordons Green

📋 copy color: '#303D30'

red 48 ◦ green 61 ◦ blue 48

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

Shades of Gordons Green #303D30

Tints of Gordons Green #303D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.85%

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 30.57%
G = 38.85%
B = 30.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#303D30 (or 0x303D30) is known color: Gordons Green. HEX triplet: 30, 3D and 30. RGB value is (48,61,48). Sum of RGB (Red+Green+Blue) = 48+61+48=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #303D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D30 is #CFC2CF. Grayscale: #373737. Windows color (decimal): -13615824 or 3161392. OLE color: 3161392.

HSL color Cylindrical-coordinate representation of color #303D30: hue angle of 120º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D30 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 61 48 -
CMYK 0.21 0 0.21 0.76
HSL 120º 0.12% 0.21% -
HSV(B) 120º 0.21% 0.24% -
XYZ 3.42 4.18 3.42 -
YUV 55.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 48 61 48 0.21 0 0.21 0.76 120 0.12 0.21
Hex 30 3D 30 15 0 15 4C 78 C 15
Octal 60 75 60 25 0 25 114 170 14 25
Binary 110000 111101 110000 10101 0 10101 1001100 1111000 1100 10101

Color Harmonies of #303D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D30

Black with #303D30

Text Example


Text Example

White with #303D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303D30; }

 p { color: rgb(48,61,48); }

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

background-color css

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

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

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

border-color css

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

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

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