Html Css Color HEX #2F923D Japanese Laurel

📋 copy color: '#2F923D'

red 47 ◦ green 146 ◦ blue 61

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

Shades of Japanese Laurel #2F923D

Tints of Japanese Laurel #2F923D

RGB

 RED value IS 47 (18.75% from 255) = 18.5%

 GREEN value IS 146 (57.42% from 255) = 57.48%

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

R = 18.5%
G = 57.48%
B = 24.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#2F923D (or 0x2F923D) is known color: Japanese Laurel. HEX triplet: 2F, 92 and 3D. RGB value is (47,146,61). Sum of RGB (Red+Green+Blue) = 47+146+61=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #2F923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F923D is #D06DC2. Grayscale: #6A6A6A. Windows color (decimal): -13659587 or 4035119. OLE color: 4035119.

HSL color Cylindrical-coordinate representation of color #2F923D: hue angle of 128.48º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F923D is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 146 61 -
CMYK 0.68 0 0.58 0.43
HSL 128.48º 0.51% 0.38% -
HSV(B) 128.48º 0.68% 0.57% -
XYZ 12.29 21.5 7.92 -
YUV 106.71 102.2 85.41 -
System Red Green Blue C M Y K H S L
Decimal 47 146 61 0.68 0 0.58 0.43 128.48 0.51 0.38
Hex 2F 92 3D 44 0 3A 2B 80 33 26
Octal 57 222 75 104 0 72 53 200 63 46
Binary 101111 10010010 111101 1000100 0 111010 101011 10000000 110011 100110

Color Harmonies of #2F923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F923D

Black with #2F923D

Text Example


Text Example

White with #2F923D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,146,61); }

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

background-color css

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

 a { background-color: rgb(47,146,61); }

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

border-color css

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

 span { border-color: rgb(47,146,61); }

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