Html Css Color HEX #308A37 Japanese Laurel

📋 copy color: '#308A37'

red 48 ◦ green 138 ◦ blue 55

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

Shades of Japanese Laurel #308A37

Tints of Japanese Laurel #308A37

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.26%

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 19.92%
G = 57.26%
B = 22.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#308A37 (or 0x308A37) is known color: Japanese Laurel. HEX triplet: 30, 8A and 37. RGB value is (48,138,55). Sum of RGB (Red+Green+Blue) = 48+138+55=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #308A37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A37 is #CF75C8. Grayscale: #656565. Windows color (decimal): -13596105 or 3639856. OLE color: 3639856.

HSL color Cylindrical-coordinate representation of color #308A37: hue angle of 124.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A37 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 138 55 -
CMYK 0.65 0 0.60 0.46
HSL 124.67º 0.48% 0.36% -
HSV(B) 124.67º 0.65% 0.54% -
XYZ 11 19.08 6.72 -
YUV 101.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 48 138 55 0.65 0 0.60 0.46 124.67 0.48 0.36
Hex 30 8A 37 41 0 3C 2E 7D 30 24
Octal 60 212 67 101 0 74 56 175 60 44
Binary 110000 10001010 110111 1000001 0 111100 101110 1111101 110000 100100

Color Harmonies of #308A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A37

Black with #308A37

Text Example


Text Example

White with #308A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308A37; }

 p { color: rgb(48,138,55); }

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

background-color css

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

 a { background-color: rgb(48,138,55); }

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

border-color css

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

 span { border-color: rgb(48,138,55); }

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