Html Css Color HEX #297B2B Japanese Laurel

📋 copy color: '#297B2B'

red 41 ◦ green 123 ◦ blue 43

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

Shades of Japanese Laurel #297B2B

Tints of Japanese Laurel #297B2B

RGB

 RED value IS 41 (16.41% from 255) = 19.81%

 GREEN value IS 123 (48.44% from 255) = 59.42%

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 19.81%
G = 59.42%
B = 20.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#297B2B (or 0x297B2B) is known color: Japanese Laurel. HEX triplet: 29, 7B and 2B. RGB value is (41,123,43). Sum of RGB (Red+Green+Blue) = 41+123+43=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #297B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297B2B is #D684D4. Grayscale: #595959. Windows color (decimal): -14058709 or 2849577. OLE color: 2849577.

HSL color Cylindrical-coordinate representation of color #297B2B: hue angle of 121.46º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B2B is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 43 -
CMYK 0.67 0 0.65 0.52
HSL 121.46º 0.5% 0.32% -
HSV(B) 121.46º 0.67% 0.48% -
XYZ 8.43 14.81 4.7 -
YUV 89.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 41 123 43 0.67 0 0.65 0.52 121.46 0.5 0.32
Hex 29 7B 2B 43 0 41 34 79 32 20
Octal 51 173 53 103 0 101 64 171 62 40
Binary 101001 1111011 101011 1000011 0 1000001 110100 1111001 110010 100000

Color Harmonies of #297B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B2B

Black with #297B2B

Text Example


Text Example

White with #297B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297B2B; }

 p { color: rgb(41,123,43); }

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

background-color css

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

 a { background-color: rgb(41,123,43); }

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

border-color css

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

 span { border-color: rgb(41,123,43); }

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