Html Css Color HEX #30812A Japanese Laurel

📋 copy color: '#30812A'

red 48 ◦ green 129 ◦ blue 42

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

Shades of Japanese Laurel #30812A

Tints of Japanese Laurel #30812A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.9%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 21.92%
G = 58.9%
B = 19.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#30812A (or 0x30812A) is known color: Japanese Laurel. HEX triplet: 30, 81 and 2A. RGB value is (48,129,42). Sum of RGB (Red+Green+Blue) = 48+129+42=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #30812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30812A is #CF7ED5. Grayscale: #5F5F5F. Windows color (decimal): -13598422 or 2785584. OLE color: 2785584.

HSL color Cylindrical-coordinate representation of color #30812A: hue angle of 115.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30812A is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 42 -
CMYK 0.63 0 0.67 0.49
HSL 115.86º 0.51% 0.34% -
HSV(B) 115.86º 0.67% 0.51% -
XYZ 9.49 16.5 4.87 -
YUV 94.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 48 129 42 0.63 0 0.67 0.49 115.86 0.51 0.34
Hex 30 81 2A 3F 0 43 31 74 33 22
Octal 60 201 52 77 0 103 61 164 63 42
Binary 110000 10000001 101010 111111 0 1000011 110001 1110100 110011 100010

Color Harmonies of #30812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30812A

Black with #30812A

Text Example


Text Example

White with #30812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30812A; }

 p { color: rgb(48,129,42); }

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

background-color css

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

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

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

border-color css

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

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

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