Html Css Color HEX #303430 Gordons Green

📋 copy color: '#303430'

red 48 ◦ green 52 ◦ blue 48

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

Shades of Gordons Green #303430

Tints of Gordons Green #303430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

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

R = 32.43%
G = 35.14%
B = 32.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#303430 (or 0x303430) is known color: Gordons Green. HEX triplet: 30, 34 and 30. RGB value is (48,52,48). Sum of RGB (Red+Green+Blue) = 48+52+48=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 52 - color contains mainly: green. Hex color #303430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303430 is #CFCBCF. Grayscale: #323232. Windows color (decimal): -13618128 or 3159088. OLE color: 3159088.

HSL color Cylindrical-coordinate representation of color #303430: hue angle of 120º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #303430 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 48 -
CMYK 0.08 0 0.08 0.80
HSL 120º 0.04% 0.2% -
HSV(B) 120º 0.08% 0.2% -
XYZ 2.98 3.3 3.28 -
YUV 50.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 48 52 48 0.08 0 0.08 0.80 120 0.04 0.2
Hex 30 34 30 8 0 8 50 78 4 14
Octal 60 64 60 10 0 10 120 170 4 24
Binary 110000 110100 110000 1000 0 1000 1010000 1111000 100 10100

Color Harmonies of #303430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303430

Black with #303430

Text Example


Text Example

White with #303430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303430; }

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

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

background-color css

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

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

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

border-color css

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

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

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