Html Css Color HEX #307326 Japanese Laurel

📋 copy color: '#307326'

red 48 ◦ green 115 ◦ blue 38

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

Shades of Japanese Laurel #307326

Tints of Japanese Laurel #307326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.21%

 BLUE value IS 38 (15.23% from 255) = 18.91%

R = 23.88%
G = 57.21%
B = 18.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#307326 (or 0x307326) is known color: Japanese Laurel. HEX triplet: 30, 73 and 26. RGB value is (48,115,38). Sum of RGB (Red+Green+Blue) = 48+115+38=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #307326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307326 is #CF8CD9. Grayscale: #565656. Windows color (decimal): -13602010 or 2519856. OLE color: 2519856.

HSL color Cylindrical-coordinate representation of color #307326: hue angle of 112.21º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307326 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 38 -
CMYK 0.58 0 0.67 0.55
HSL 112.21º 0.5% 0.3% -
HSV(B) 112.21º 0.67% 0.45% -
XYZ 7.7 13.03 3.94 -
YUV 86.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 48 115 38 0.58 0 0.67 0.55 112.21 0.5 0.3
Hex 30 73 26 3A 0 43 37 70 32 1E
Octal 60 163 46 72 0 103 67 160 62 36
Binary 110000 1110011 100110 111010 0 1000011 110111 1110000 110010 11110

Color Harmonies of #307326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307326

Black with #307326

Text Example


Text Example

White with #307326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307326; }

 p { color: rgb(48,115,38); }

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

background-color css

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

 a { background-color: rgb(48,115,38); }

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

border-color css

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

 span { border-color: rgb(48,115,38); }

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