Html Css Color HEX #30812D Japanese Laurel

📋 copy color: '#30812D'

red 48 ◦ green 129 ◦ blue 45

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

Shades of Japanese Laurel #30812D

Tints of Japanese Laurel #30812D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 21.62%
G = 58.11%
B = 20.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#30812D (or 0x30812D) is known color: Japanese Laurel. HEX triplet: 30, 81 and 2D. RGB value is (48,129,45). Sum of RGB (Red+Green+Blue) = 48+129+45=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #30812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30812D is #CF7ED2. Grayscale: #5F5F5F. Windows color (decimal): -13598419 or 2982192. OLE color: 2982192.

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

Color convert

RGB 48 129 45 -
CMYK 0.63 0 0.65 0.49
HSL 117.86º 0.48% 0.34% -
HSV(B) 117.86º 0.65% 0.51% -
XYZ 9.54 16.52 5.17 -
YUV 95.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 48 129 45 0.63 0 0.65 0.49 117.86 0.48 0.34
Hex 30 81 2D 3F 0 41 31 76 30 22
Octal 60 201 55 77 0 101 61 166 60 42
Binary 110000 10000001 101101 111111 0 1000001 110001 1110110 110000 100010

Color Harmonies of #30812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30812D

Black with #30812D

Text Example


Text Example

White with #30812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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