Html Css Color HEX #308B35 Japanese Laurel

📋 copy color: '#308B35'

red 48 ◦ green 139 ◦ blue 53

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

Shades of Japanese Laurel #308B35

Tints of Japanese Laurel #308B35

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.92%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 20%
G = 57.92%
B = 22.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#308B35 (or 0x308B35) is known color: Japanese Laurel. HEX triplet: 30, 8B and 35. RGB value is (48,139,53). Sum of RGB (Red+Green+Blue) = 48+139+53=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #308B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B35 is #CF74CA. Grayscale: #666666. Windows color (decimal): -13595851 or 3509040. OLE color: 3509040.

HSL color Cylindrical-coordinate representation of color #308B35: hue angle of 123.3º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B35 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 53 -
CMYK 0.65 0 0.62 0.45
HSL 123.3º 0.49% 0.37% -
HSV(B) 123.3º 0.65% 0.55% -
XYZ 11.09 19.35 6.52 -
YUV 101.99 100.35 89.49 -
System Red Green Blue C M Y K H S L
Decimal 48 139 53 0.65 0 0.62 0.45 123.3 0.49 0.37
Hex 30 8B 35 41 0 3E 2D 7B 31 25
Octal 60 213 65 101 0 76 55 173 61 45
Binary 110000 10001011 110101 1000001 0 111110 101101 1111011 110001 100101

Color Harmonies of #308B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B35

Black with #308B35

Text Example


Text Example

White with #308B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,139,53); }

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

background-color css

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

 a { background-color: rgb(48,139,53); }

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

border-color css

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

 span { border-color: rgb(48,139,53); }

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