Html Css Color HEX #30803F Japanese Laurel

📋 copy color: '#30803F'

red 48 ◦ green 128 ◦ blue 63

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

Shades of Japanese Laurel #30803F

Tints of Japanese Laurel #30803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.56%

 BLUE value IS 63 (25% from 255) = 26.36%

R = 20.08%
G = 53.56%
B = 26.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#30803F (or 0x30803F) is known color: Japanese Laurel. HEX triplet: 30, 80 and 3F. RGB value is (48,128,63). Sum of RGB (Red+Green+Blue) = 48+128+63=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #30803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30803F is #CF7FC0. Grayscale: #606060. Windows color (decimal): -13598657 or 4161584. OLE color: 4161584.

HSL color Cylindrical-coordinate representation of color #30803F: hue angle of 131.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30803F is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 63 -
CMYK 0.62 0 0.51 0.50
HSL 131.25º 0.45% 0.35% -
HSV(B) 131.25º 0.63% 0.5% -
XYZ 9.84 16.43 7.35 -
YUV 96.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 48 128 63 0.62 0 0.51 0.50 131.25 0.45 0.35
Hex 30 80 3F 3E 0 33 32 83 2D 23
Octal 60 200 77 76 0 63 62 203 55 43
Binary 110000 10000000 111111 111110 0 110011 110010 10000011 101101 100011

Color Harmonies of #30803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30803F

Black with #30803F

Text Example


Text Example

White with #30803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30803F; }

 p { color: rgb(48,128,63); }

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

background-color css

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

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

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

border-color css

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

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

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