Html Css Color HEX #30823E Japanese Laurel

📋 copy color: '#30823E'

red 48 ◦ green 130 ◦ blue 62

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

Shades of Japanese Laurel #30823E

Tints of Japanese Laurel #30823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.17%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 20%
G = 54.17%
B = 25.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#30823E (or 0x30823E) is known color: Japanese Laurel. HEX triplet: 30, 82 and 3E. RGB value is (48,130,62). Sum of RGB (Red+Green+Blue) = 48+130+62=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #30823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30823E is #CF7DC1. Grayscale: #616161. Windows color (decimal): -13598146 or 4096560. OLE color: 4096560.

HSL color Cylindrical-coordinate representation of color #30823E: hue angle of 130.24º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30823E is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 62 -
CMYK 0.63 0 0.52 0.49
HSL 130.24º 0.46% 0.35% -
HSV(B) 130.24º 0.63% 0.51% -
XYZ 10.07 16.94 7.3 -
YUV 97.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 48 130 62 0.63 0 0.52 0.49 130.24 0.46 0.35
Hex 30 82 3E 3F 0 34 31 82 2E 23
Octal 60 202 76 77 0 64 61 202 56 43
Binary 110000 10000010 111110 111111 0 110100 110001 10000010 101110 100011

Color Harmonies of #30823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30823E

Black with #30823E

Text Example


Text Example

White with #30823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30823E; }

 p { color: rgb(48,130,62); }

 H1.HeaderClassName
 {
   color: #30823E;
 }
 .AnyTagClassName
 {
   color: #30823E;
 }
</style>

background-color css

<style>
 a { background-color: #30823E; }

 a { background-color: rgb(48,130,62); }

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

border-color css

<style>
 span { border-color: #30823E; }

 span { border-color: rgb(48,130,62); }

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