Html Css Color HEX #30843F Japanese Laurel

📋 copy color: '#30843F'

red 48 ◦ green 132 ◦ blue 63

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

Shades of Japanese Laurel #30843F

Tints of Japanese Laurel #30843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.32%

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

R = 19.75%
G = 54.32%
B = 25.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#30843F (or 0x30843F) is known color: Japanese Laurel. HEX triplet: 30, 84 and 3F. RGB value is (48,132,63). Sum of RGB (Red+Green+Blue) = 48+132+63=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #30843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30843F is #CF7BC0. Grayscale: #636363. Windows color (decimal): -13597633 or 4162608. OLE color: 4162608.

HSL color Cylindrical-coordinate representation of color #30843F: hue angle of 130.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30843F is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 63 -
CMYK 0.64 0 0.52 0.48
HSL 130.71º 0.47% 0.35% -
HSV(B) 130.71º 0.64% 0.52% -
XYZ 10.37 17.49 7.53 -
YUV 99.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 48 132 63 0.64 0 0.52 0.48 130.71 0.47 0.35
Hex 30 84 3F 40 0 34 30 83 2F 23
Octal 60 204 77 100 0 64 60 203 57 43
Binary 110000 10000100 111111 1000000 0 110100 110000 10000011 101111 100011

Color Harmonies of #30843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30843F

Black with #30843F

Text Example


Text Example

White with #30843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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