Html Css Color HEX #30803D Japanese Laurel

📋 copy color: '#30803D'

red 48 ◦ green 128 ◦ blue 61

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

Shades of Japanese Laurel #30803D

Tints of Japanese Laurel #30803D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 20.25%
G = 54.01%
B = 25.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#30803D (or 0x30803D) is known color: Japanese Laurel. HEX triplet: 30, 80 and 3D. RGB value is (48,128,61). Sum of RGB (Red+Green+Blue) = 48+128+61=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #30803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30803D is #CF7FC2. Grayscale: #606060. Windows color (decimal): -13598659 or 4030512. OLE color: 4030512.

HSL color Cylindrical-coordinate representation of color #30803D: hue angle of 129.75º 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 #30803D is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 61 -
CMYK 0.62 0 0.52 0.50
HSL 129.75º 0.45% 0.35% -
HSV(B) 129.75º 0.63% 0.5% -
XYZ 9.78 16.4 7.07 -
YUV 96.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 48 128 61 0.62 0 0.52 0.50 129.75 0.45 0.35
Hex 30 80 3D 3E 0 34 32 82 2D 23
Octal 60 200 75 76 0 64 62 202 55 43
Binary 110000 10000000 111101 111110 0 110100 110010 10000010 101101 100011

Color Harmonies of #30803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30803D

Black with #30803D

Text Example


Text Example

White with #30803D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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