Html Css Color HEX #2D8334 Japanese Laurel

📋 copy color: '#2D8334'

red 45 ◦ green 131 ◦ blue 52

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

Shades of Japanese Laurel #2D8334

Tints of Japanese Laurel #2D8334

RGB

 RED value IS 45 (17.97% from 255) = 19.74%

 GREEN value IS 131 (51.56% from 255) = 57.46%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 19.74%
G = 57.46%
B = 22.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#2D8334 (or 0x2D8334) is known color: Japanese Laurel. HEX triplet: 2D, 83 and 34. RGB value is (45,131,52). Sum of RGB (Red+Green+Blue) = 45+131+52=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8334 is #D27CCB. Grayscale: #606060. Windows color (decimal): -13794508 or 3441453. OLE color: 3441453.

HSL color Cylindrical-coordinate representation of color #2D8334: hue angle of 124.88º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8334 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 131 52 -
CMYK 0.66 0 0.60 0.49
HSL 124.88º 0.49% 0.35% -
HSV(B) 124.88º 0.66% 0.51% -
XYZ 9.82 17.04 6.02 -
YUV 96.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 45 131 52 0.66 0 0.60 0.49 124.88 0.49 0.35
Hex 2D 83 34 42 0 3C 31 7D 31 23
Octal 55 203 64 102 0 74 61 175 61 43
Binary 101101 10000011 110100 1000010 0 111100 110001 1111101 110001 100011

Color Harmonies of #2D8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8334

Black with #2D8334

Text Example


Text Example

White with #2D8334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D8334; }

 p { color: rgb(45,131,52); }

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

background-color css

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

 a { background-color: rgb(45,131,52); }

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

border-color css

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

 span { border-color: rgb(45,131,52); }

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