Html Css Color HEX #2B823D Japanese Laurel

📋 copy color: '#2B823D'

red 43 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #2B823D

Tints of Japanese Laurel #2B823D

RGB

 RED value IS 43 (17.19% from 255) = 18.38%

 GREEN value IS 130 (51.17% from 255) = 55.56%

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

R = 18.38%
G = 55.56%
B = 26.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#2B823D (or 0x2B823D) is known color: Japanese Laurel. HEX triplet: 2B, 82 and 3D. RGB value is (43,130,61). Sum of RGB (Red+Green+Blue) = 43+130+61=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #2B823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B823D is #D47DC2. Grayscale: #606060. Windows color (decimal): -13925827 or 4031019. OLE color: 4031019.

HSL color Cylindrical-coordinate representation of color #2B823D: hue angle of 132.41º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B823D is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 130 61 -
CMYK 0.67 0 0.53 0.49
HSL 132.41º 0.5% 0.34% -
HSV(B) 132.41º 0.67% 0.51% -
XYZ 9.82 16.82 7.14 -
YUV 96.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 43 130 61 0.67 0 0.53 0.49 132.41 0.5 0.34
Hex 2B 82 3D 43 0 35 31 84 32 22
Octal 53 202 75 103 0 65 61 204 62 42
Binary 101011 10000010 111101 1000011 0 110101 110001 10000100 110010 100010

Color Harmonies of #2B823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B823D

Black with #2B823D

Text Example


Text Example

White with #2B823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,130,61); }

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

background-color css

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

 a { background-color: rgb(43,130,61); }

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

border-color css

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

 span { border-color: rgb(43,130,61); }

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