Html Css Color HEX #30923D Japanese Laurel

📋 copy color: '#30923D'

red 48 ◦ green 146 ◦ blue 61

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

Shades of Japanese Laurel #30923D

Tints of Japanese Laurel #30923D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.25%

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

R = 18.82%
G = 57.25%
B = 23.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#30923D (or 0x30923D) is known color: Japanese Laurel. HEX triplet: 30, 92 and 3D. RGB value is (48,146,61). Sum of RGB (Red+Green+Blue) = 48+146+61=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #30923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30923D is #CF6DC2. Grayscale: #6B6B6B. Windows color (decimal): -13594051 or 4035120. OLE color: 4035120.

HSL color Cylindrical-coordinate representation of color #30923D: hue angle of 127.96º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30923D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 61 -
CMYK 0.67 0 0.58 0.43
HSL 127.96º 0.51% 0.38% -
HSV(B) 127.96º 0.67% 0.57% -
XYZ 12.34 21.52 7.92 -
YUV 107.01 102.03 85.91 -
System Red Green Blue C M Y K H S L
Decimal 48 146 61 0.67 0 0.58 0.43 127.96 0.51 0.38
Hex 30 92 3D 43 0 3A 2B 80 33 26
Octal 60 222 75 103 0 72 53 200 63 46
Binary 110000 10010010 111101 1000011 0 111010 101011 10000000 110011 100110

Color Harmonies of #30923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30923D

Black with #30923D

Text Example


Text Example

White with #30923D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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